BODY {
	color: Fuchsia;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: Blue;
}
A:HOVER {
	color: Red;
}
h3 {
background-color: White;
	color: Blue;
}
h4 {
	background-color: White;
	color: Black;
	font-size: 12px;
}
p {
	background-color: White;
	color: Black;
	font-size: 12px;
}
p.smallbottomtext {
	font-size: 10px;
}
p.redcaption {
	background-color: Red;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
p.leftredcaption {
	background-color: Red;
	color: White;
	font-size: 10px;
	text-align: left;
}
p.leftredcaption2 {
	background-color: Red;
	border-color: Black;
	border-width: 2px;
	border-style: solid;
	color: White;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 3px;
}
p.hotboxheader {
	background-color: #FFCC00;
	color: Red;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
p.hotboxcontent {
   background-color: Blue;
	color: White;
	font-size: 10px;
	text-align: left;
	padding: 1px;
}
p.bluebox {
	background-color: #5278b7;
	border-color: Black;
	color: White;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	padding: 25px;
	line-height: 1.9em;
	}
p.frontnewslink {
	background-color: #5278B7;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 1px;
	}
}
li {
	background-color: White;
	color: #505050;
	font-size: 11.5px;
}


