/* CSS Document */

body {
	background-color:#8ea887;
}

.tableborder_white {
	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-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.tableborder_blue {
	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-bottom-color: #486b92;
	border-left-color: #486b92;
	border-top-color: #486b92;
	border-right-color: #486b92;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 22px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 22px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.topnav:hover, a.topnav:active {
	color:#cae2fa;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
}

a.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b6689;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.bodycopy:hover, a.bodycopy:active {
	color: #8ea887;
	text-decoration: none;

}

.footer {
	font-family:Tahoma; 
	font-weight:normal; 
	font-size:11px; 
	color:#ffffff;
} 

a.footer {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}

a.footer:active, a.footer:hover {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	text-decoration: underline;
}

.red {
	color:#FF0000;
}

input, textarea, select {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     line-height: 14px;
}

.form_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
