
.subMenu { font-size: 11px; color: #202955; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #202955; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #202955; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #24277A; font-weight: normal; text-decoration: none}

.footer { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #666666; font-weight: normal; text-decoration: underline}


body {
	font-family: Tahoma;
	font-size:12px;
	background-color:#8795BA;
	margin:0;
	padding:0;
}

.backgroundtop {
	background-image:url(designimgs/bg_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.topnav:link, .topnav:visited {
	font-family: Tahoma;
	font-size:13px;
	color:#202955;
	text-decoration:none;
	padding:0 5px 0 5px;
}

.topnav:hover {
	color:#24277A;
}

.content {
	width:696px;
	height:426px;
	font-family: Tahoma;
	font-size:13px;
	color:#202955;
	padding:20px 20px 10px 20px;
	margin-bottom:10px;
	background-image:url(designimgs/content_bg_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

html>body .content {
	width:656px;
	height:auto;
	padding:10px 20px 10px 20px;
}