﻿BODY {
	TEXT-ALIGN: center;
	background-color: #37003d;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
}

a:link{
	color: #4C4D51;
	text-decoration: none;
}
a:visited{
	color: #4C4D51;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
}
hr {
        border-top:11px solid #ff0000; 
}
.w {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
}
#bottom {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	clear: both;
}
#bottom a {
		color: #000000;
}
#bottom a:hover {
	color: #ff0000;
}