body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A0A7AD;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #041D53;
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #0D1C53;
	text-decoration: none;
}
a:hover {
	color: #0D1C53;
	text-decoration: underline;
}


.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1C53;
	text-decoration: none;
	background-color: #DCDCDC;
	display: block;
	width: 158px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menulink:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}
#content {
	padding: 15px;
	text-align: justify;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content img {
	float: right;
	padding: 5px;
	border: 1px solid #6FBAFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

