/* CSS Document */

body{
	background: #eeeeee;
	font-family: Arial, Verdana, Sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

a {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #B5BAD4;
	text-decoration: underline;
}  

.TopNavigationText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
    line-height: 1.1em;
}
.TopNavigationText:hover {
	text-decoration: underline;
	color: #ffffff;	
}





.heading_white { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 12pt; 
	font-weight: bold; 
}
.heading_black { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 12pt; 
	font-weight: bold; 
}
.heading_red { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	font-size: 12pt; 
	font-weight: bold; 
}
.heading_teal { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #275F82;
	font-size: 12pt; 
	font-weight: bold; 
}






.samll_heading_white { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 10pt; 
	font-weight: bold; 
}
.samll_heading_black { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 10pt; 
	font-weight: bold; 
}
.samll_heading_red { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	font-size: 10pt; 
	font-weight: bold; 
}
.samll_heading_teal { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #275F82;
	font-size: 10pt; 
	font-weight: bold; 
}











.FooterText{
	font-family: Arial, Verdana, Sans-serif;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}





