@charset "UTF-8";
/* CSS Document */

body, td, th {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
body {
	background-color: #EEEEEE;
}
a:link {
	color: #307205;
	text-decoration: none;
}
a:visited {
	color: #b59b68;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #307205;
	text-decoration: none;
}
p {
	margin: 0 0 18px 0;
}
h1 {
	color:#A10200; /* #815e2a; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	margin:0 0 10px 0; padding:0;
}

h1 a:link {
	color: #A10200;
	text-decoration: none;
}
h1 a:visited {
	color: #A10200;
	text-decoration: none;
}
h1 a:hover {
	color: #003059;
	text-decoration: none;
}
h1 a:active {
	color: #A10200;
	text-decoration: none;
	text-align: center;
}

h2 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
}

hr {
	height: 2px;
	border: none;
	border-top: 1px #EEEEEE solid;
}

.required {
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
}
