@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #1f3f4e;
}
.cright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #1F3F4E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1F3F4E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1F3F4E;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #1F3F4E;
	text-decoration: underline;
	font-weight: bold;
}
.headah {
	font-size: 18px;
	font-weight: bold;
}

