<!--
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
body {
	background-color: #3e3e3e;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
	color: #2D3029;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EE1C25;
}
.footer {
	line-height: 16px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #2D3029;
	font-weight: bold;
}
.menu {
	background-image: url(images/menu/menu_bg.jpg);
}
.content {
	background-image: url(images/bg_center.jpg);
}
.message {
	background-color: #fbea9a; 
	color: #2A2A2A; 
	font-weight: bold; 
	border: 1px solid #f3cb2b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.form {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
-->