@charset "utf-8";
.css {
}



#main {
	width: 779px; height: auto;
	margin: auto; background-color: white;
}

.blue-text {
	font-size: 12px; color: #1D58A4;
	font-weight: bold; padding-top: 1px; 
}

.blue-text a {
	font-size: 12px; color: #1D58A4;
	font-weight: bold; text-decoration: none; 
}

.blue-text a:hover {
	font-size: 12px; color: #1D58A4;
	font-weight: bold; text-decoration: underline; 
}

.red-text {
	font-size: 12px; color: #FE0000;
	font-weight: bold; padding-top: 1px;
}

.maroon-text {
	font-size: 12px; color: #79102F;
	font-weight: bold; padding-top: 1px;
}

.white-text {
	font-size: 11px; color: white;
	font-weight: bold;
}

.top-menu {
   font-size: 12px; color: #800000;
	font-weight: bold;
}

.top-menu a {
   font-size: 12px; color: #800000;
	font-weight: bold; text-decoration: none;
}

.top-menu a:hover {
   font-size: 12px; color: #FFFFFF;
	font-weight: bold; text-decoration: none;
}

.black-text {
	font-size: 12px; color: #4F4F4F;
	font-weight: bold;
}