/* dodd.css */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e9e9;
}
.page_header {
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body, p, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

p {
	line-height: 18px;
}

.main_content a:link,
.main_content a:visited,
.main_content a:active,
.main_content a:hover {
	color: #aaa;
	text-decoration: none;
}

.main_content a:hover {
	color: #fff;
	text-decoration: underline;	
}

.blue {
	color: #97d4ff;
}

.contact a:link,
.contact a:visited,
.contact a:hover,
.contact a:active {
	color: #fff;
}

.contact a:hover {
	text-decoration: underline;
}

.links a:link,
.links a:visited,
.links a:hover,
.links a:active {
	color: #97d4ff;
}

.links a:hover {
	text-decoration: underline;
}

label {
	font-weight: bold;
}

.news tr td {
	padding-top: 12px;
}

.news_title {
	font-weight: bold;
	text-decoration: underline;
}

.news_date {
	color: #aaa;
}

.news_image {
	padding: 2px;
	border: 1px solid #aaa;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

.error{
color:#000000;
}