/* Class for the main page */

BODY,TD,P						{ font: 13px verdana, sans-serif; color: #333333; }
B										{ font-weight: bold; color: #333333; }
H1										{ font-size: 18px; font-weight: bold; color: #627886; }
H2								{color: #627886; font-weight: bold; font-size: 17px;}
H3								{color: #627886; font-weight: bold; font-size: 16px;}

/* Link classes */

A										{ color: #2E68A7; text-decoration: underline; }
A:HOVER							{ color: #2E68A7; text-decoration: underline; }

A.menu								{ font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
A:HOVER.menu					{ font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; }

A.menu2							{ color: #FFFFFF; text-decoration: underline; }
A:HOVER.menu2				{ color: #FFFFFF; text-decoration: none; }

A.footer								{ font-size: 10px; color: #FFFFFF; text-decoration: none; }
A:HOVER.footer					{ font-size: 10px; color: #FFFFFF; text-decoration: none; }

A.credit								{ font-size: 10px; color: #2E68A7; text-decoration: none; }
A:HOVER.credit					{ font-size: 10px; color: #D5CA70; text-decoration: underline; }

a.bdwhite							{ font-weight: normal; color: #FFFFFF; text-decoration: none;}
a:Hover.bdwhite							{ font-weight: bold; color: #FFFFFF; text-decoration: none;}
/* Class for the main content area */

.gold									{ background-color: #D5CA70; }
.smltxt								{ font-size: 11px; }
.bdblue								{ font-weight: bold; color: #185B8F; }
.smlbdwhite						{ font-size: 11px; font-weight: bold; color: #FFFFFF; }
.date									{ font: italic 10px verdana, sans-serif; color: #999999; }


/* Classes for form elements */

.input								{ border: 1px solid #999999; font: 11px verdana, sans-serif; color: #333333; }
.search								{ border: 1px solid #808068; font: 10px verdana, sans-serif; color: #333333; width:95px; }

/* Classes for menu */

.Header {
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 12pt;
	font-weight: bold;
	color:#003366;
}
.Sub-header {
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif; 
	font-size : 10pt;
	font-weight: bold;
	color:#003366;
}
.Sub-sub-header {
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif; 
	font-size : 10pt;
	font-weight: bold;
	color:black;
}
.text {
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif; 
	font-size : 10pt;
	color:black;
}
.disclaimer{ font-size: 10px;  color: #666666;  }



