body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#ffffff;
}

.bodyBold {
	font-weight:bold;
	text-align:center;
} 

.bodyBoldBlue {
	font-weight:bold;
	color: #006699;
} 


#mainNav a {
	font-size: 11px;
	color: #333333;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #666666;
	margin-right: 3px;
	text-align: center;
	background-color:#ffffff;
}

#mainNav a:link, a:visited{
	color:  #333333;
	/*/*/color:  #333333;
	text-decoration: none; /* */
}

#mainNav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#999999;
}




.tblHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	text-align:left;
	text-decoration:underline;
}

.fourBorders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color:#FFFFFF;
}

.required {
	font-size: 12px;
	color:#CC0000;

}

