/* CSS Document */


* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.body {
	color: #000000;
	font-size: 12px;
	white-space: normal;
}
.style3 {
	font-size: 16px;
	line-height: 1.5em;
}
.body ul {
	padding-left: 20px;
}
.body li {
	display: list-item;
}
.company {
	font-size: 17px;
	font-style:italic;
}
.header, td, th {
	color: #FFFFFF;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 11px;
}
.header a:link {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.header a:visited {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.header a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom: 1px solid #DF0004;
	font-size:11px;
}
.header a:focus {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.header a:active {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.news, td, th {
	color: #000000;
	font-size: 11px;
	line-height:1.5em;
}
.footer, td, th {
	color: #000000;
	font-size: 10px;
}
.contact {
	color: #000000;
	border: 1px ridge #878686;
	background-color: #EFEFEF;
	font-family: "Franklin Gothic Book", arial, verdana;
	font-size: 13px;
}
.contactbold {
	font-size:13px;
	font-weight:bold;
}
.news {
	font-size: 17px;
}
.news1 {
	font-size: 20px;
}
.news2 {
	font-size: 16px;
	line-height: 1.5em;
}
.errorText {
	color:#FF0000;
	font-weight:bold;
}