/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
a:link {
	color: #0da0c0;
	text-decoration: none;
}
a:hover {
	color: #FA0A46;
	height: auto;
	width: auto;
	/*background-color: #0da0c0;*/
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:visited:hover {
	color: #FA0A46;
	/*background-color: #0da0c0;*/
	height: auto;
	width: auto;
}

p {
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
}
h1
	{
	margin-top:12px;
	line-height:150%;
	font-size:18px;
	font-family:Arial;
	padding-left: 24px;
}
h2
	{
	line-height:150%;
	font-size:24px;
	font-family:Arial;
}
h3
	{
	font-size:14px;
	font-family:Arial;}

.mid {
	border-bottom-width: 1px;
	border-bottom-color: #109EC8;
	border-bottom-style: solid;
}
.line td {
	border-bottom-width: 1px;
	border-bottom-color: #109EC8;
	border-bottom-style: solid;
}
.reverse {
	color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #666666;
}
.error_strings{
	color: #333;
	background-color: #FCC;
	text-align: left;
	padding: 5px;
	border: 1px solid #C00;
}
