/* CSS Document */
body {
background: #E6E6E6;
margin: 0;
padding: 0;
}
/* Main Content Styles
-----------------------------------*/
#maincontenttable  {
	background: #fff none;
}

body#nobackground { background: #fff none; }
.head {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006C8B;
}
.sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CE652F;
}
.sub2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #EBA029
}
.subWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #FFFFFF
}
.regularText {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: regular; 
	color: #000000; 
}
.blueTextBold {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #006C8B; 
}
.whiteText {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: regular; 
	color: #FFFFFF; 
}
.smallText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006C8B;
	font-weight: bold;
}
a:link {
    color: #006C8B;
    text-decoration: underline;
}
a:visited {
    color: #EBA029;
    text-decoration: underline;
}
a:hover {
    color: #EBA029;
    text-decoration: underline;
}
a:active {
    color: #EBA029;
    text-decoration: underline;
}
 a.yellow:link {color: #EBA029;}
 a.yellow:visited {color: #EBA029;}
 a.yellow:hover {color: #CE652F;}
 a.yellow:focus {color: #CE652F;}
 a.yellow:active {color: #EBA029;}

