
h1, h2, h3, h4, h5, h6 { color: #0079c1; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


a { color: #0079c1; }

h1 span.lbltitle { font-size: 24px; }

.blue {color: #0079c1}
.grey { color: #231f20; }
.small {font-size: 8pt; }
.TXsmall * {font-size: 8pt; }
.TXmedium * { font-size: 10pt; }
.TXlarge * { font-size: 12pt; }


/* CMS STYLES */
/* Start Text __________________________________________________________________________________________ */

.tx9Bk
{
    font-size: 9px;
    color: #000000;
}

.tx10Bk
{
    font-size: 10px;
    color: #000000;
}

.tx10Grey
{
    font-size: 10px;
    color: #cccccc;
}

.tx10Wt
{
    font-size: 10px;
    color: #ffffff;
}

.tx11WtBd
{
	font-weight: bold;
    color: #ffffff;
}

.tx11BkBd
{
	font-weight: bold;
    color: #000000;
}

.justify
{
	text-align: justify;
}

.tx12WtBd
{
    font-size: 12px;
	font-weight: bold;
    color: #ffffff;
}

.tx12BkBd
{
    font-size: 12px;
	font-weight: bold;
}

.tx13WtBd
{
    font-size: 13px;
	font-weight: bold;
    color: #ffffff;
}

.tx14WtBd
{
    font-size: 14px;
	font-weight: bold;
    color: #ffffff;
}

.tx13BkBd
{
    font-size: 13px;
	font-weight: bold;
}

.tx13BkBd
{
    font-size: 13px;
	font-weight: bold;
}

.tx16GrBd
{
    font-size: 16px;
	font-weight: bold;
	color: #0079c1;
}

.tx16OrBd
{
    font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.tx16GreyBd
{
    font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.tx20OrBd
{
    font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.tx24OrBd
{
    font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.tx10Grey
{
    font-size: 10px;
    color: #666666;
}

.txSMPad
{
    padding-left: 10px;
	
}

.txSMPadSub
{
    padding-left: 20px;
	
}

/* End Text __________________________________________________________________________________________ */


/* Border Styles ___________________________________________________________________________________ */

.dashTopBot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.dashTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.dashTopPad {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top:15px; 
	padding-bottom:15px;
}


.dashRight {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;

}
.dashLeft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;

}

.lineTopPad {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top:15px; 
	padding-bottom:15px;
}
/* END Border ___________________________________________________________________________________ */

.imgDestination { 
            border: 1px solid #999999;
            padding: 5px;
            padding-bottom: 20px;
}

