/* **********************************/
/* Page Layout and graphics section */
/* **********************************/
.content {color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.pagetitle {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; font-weight: bold; }
.heading {color: #003399; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.largetype {color: #3A3F88; font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.filter {color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.underlinedtitle {color: #3A3F88; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style:underline; text-decoration:underline;}
.boldname {color: #3A3F88; font-weight: bold; }


.a:link {
	color: #FFFFFF;
	text-decoration: none; font-family:Arial; font-size: 11px; padding-right:22px ; 
}
.a:visited {
	color: #FFFFFF;
	text-decoration: none; font-family:Arial; font-size: 11px; padding-right:22px ;
}
.a:hover {
	color: #CBCBCB;
	text-decoration: underline;font-family:Arial; font-size: 11px; padding-right:22px ;
}
.b:link {
	color: #003399;
	text-decoration: underline;
}
.b:active {
	color: #003399;
	text-decoration: underline;
}
.b:visited{
	color: #003399;
	text-decoration: underline;
}
.b:hover{
	color: #003399;
	text-decoration: underline;
}