body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headers {
	color: #008290;
	font-size: 14pt;
	font-family: tahoma;
}
.headers2 {
	color: #376FAA;
	font-size: 9pt;
	font-family: tahoma;
	font-weight:bold;
	padding-left: 5px;
}
.headers3 {
	color: #376FAA;
	font-size: 10pt;
	font-family: tahoma;
	font-weight:bold;
	padding-left: 5px;
}
.headers4 {
	color: #999999;
	font-size: 9pt;
	font-family: tahoma;
	font-weight:bold;
}
.headers5 {
	color: #008290;
	font-size: 9pt;
	font-family: tahoma;
	font-weight:bold;
	padding-left: 5px;
}
.headers6 {
	color: white;
	font-size: 8pt;
	font-family: tahoma;
	font-weight:bold;
	padding-left: 3px;
}
.headline {
	color: #999999;
	font-size: 9pt;
	font-family: tahoma;
	font-weight:bold;
	text-decoration:underline;
}
.smallnews {
	color: #008290;
	font-size: 8pt;
	font-family: tahoma;
	padding-left: 5px;
}
.smallnews2 {
	color: #376FAA;
	font-size: 8pt;
	font-family: tahoma;
	padding-left: 5px;
}
.newsbody {
	color: #000000;
	font-size: 8pt;
	font-family: tahoma;
	padding-left: 5px;
}
.mainbody {
	color: #000000;
	font-size: 8pt;
	font-family: tahoma;
	padding-left: 5px;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	color: #376FAA;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #376FAA;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
.rightborder {
	border-right:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	
}
.rightleftborder {
	border-right:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-left:1px;
	border-left-color:#cccccc;
	border-left-style:solid;
	
}
.rightleftbottomborder {
	border-right:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-left:1px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-bottom:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	
}
.bottomborder {
	border-bottom:1px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	
}
.errorMessage {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}