.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #A2C1CD;
}
.leftmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.leftmenu a{
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu a:hover{
	color: #A2C1CD;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #002C40;

}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #002C40;
	text-transform: uppercase;
}
.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
}
.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D606D;
	font-variant: small-caps;
	text-decoration: none;
}
.body_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D606D;
	font-variant: small-caps;
	text-decoration: underline;
}
.right_column{
	padding-right: 10px;
	padding-left: 10px;
}
body {
	background-color: #A2C1CD;
	margin-top: 0px;
}
.body_text_sansserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
}
.body_text_sansserif a {
	color: #000000;
	text-decoration: none;
}
.body_text_sansserif a:hover{
	color: #000000;
	text-decoration: underline;
}
.copyrightblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
