@charset "utf-8";
/* CSS Document */

.footer {font-family: Verdana; font-size: 9pt; color: #999999; text-decoration: none;} 
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #999999;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
}

.burgundy {font-family: Verdana; font-size: 8pt; color: #660000; text-decoration: none;}
.burgundySub {font-family: Verdana; font-size: 10pt; color: #660000; text-decoration: none;}
.burgundyMed {font-family: Verdana; font-size: 12pt; color: #660000; text-decoration: none;} 
.burgundyLrg {font-family: Verdana; font-size: 14pt; color: #660000; text-decoration: none;}  
a.burgundy.link {
	text-decoration: none;
}
a.burgundy:visited {
	text-decoration: none;
}
a.burgundy:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.burgundy:active {
	text-decoration: none;
}

.grey {font-family: Verdana; font-size: 10pt; color: #999999; text-decoration: none;}
.greyMed {font-family: Verdana; font-size: 12pt; color: #999999; text-decoration: none;} 
.greyLrg {font-family: Verdana; font-size: 14pt; color: #999999; text-decoration: none;} 
a.grey.link {
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.grey:active {
	text-decoration: none;
}


.medgrey {font-family: Verdana; font-size: 10pt; color: #666666; text-decoration: none;}
.medgreyXSm {font-family: Verdana; font-size: 7pt; color: #666666; text-decoration: none;}
.medgreySm {font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none;}
.medgreyMed {font-family: Verdana; font-size: 12pt; color: #666666; text-decoration: none;} 
.medgreyLrg {font-family: Verdana; font-size: 14pt; color: #666666; text-decoration: none;} 

.medgreySmBold {font-family: Verdana; font-weight: bold; font-size: 8pt; color: #666666; text-decoration: none;}

a.medgreySm.link{
	text-decoration: none;
}
a.medgreySm:visited {
	text-decoration: none;
}
a.medgreySm:hover {
	text-decoration: underline;
	color: #660000;
}
a.medgreySm:active {
	text-decoration: none;
}


.whiteBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.whiteBody.link {
	text-decoration: none;
}
a.whiteBody:visited {
	text-decoration: none;
}
a.whiteBody:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.whiteBody:active {
	text-decoration: none;
}



.darkHeaderBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.darkGreyBody {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
}

.darkGreySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.medGreySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.lightGreyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
}
.lightGreySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.warningMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.warningMedSm {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #FF0000; 
	text-decoration: none;
}
.yellowMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}


.blackSub {font-family: Verdana; font-size: 10pt; color: #000000; text-decoration: none;}
.blackSubBold {font-family: Verdana; font-weight:bold font-size: 8pt; color: #000000; text-decoration: none;}

/* specs for layers that slide. */
div.glide { 
	position:absolute; visibility:hidden; 
	left:0; top:0;
	width:280px; z-index:200;
}
  
div.glide p { margin:.6em .8em .8em .6em }  

/*
TEXT EFFECTS
*/

.attention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: blink;
} 

.tblHilight {
	background-color: #f8f6f6;
    color:#FFFFFF;
}



