/* GENERAL STYLES */
body
{
	color:#232323;
}
.footer
{
	color:#ffffff;	
}
LI
{
	font-family: verdana;
	font-size:12px;
	
}
#topNav
{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	font-weight:bold;

}

a
{
	font-family: verdana;
	font-size:12px;
	text-decoration:none;
	color:#858585;
}



a:hover
{
	font-family: verdana;
	font-size:12px;
	text-decoration:underline;
	color:#858585;
}

a.topNav{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	padding:0px 10px 10px 10px;
}	
	
a.topNav:hover {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#cccccc;
	text-decoration: none;
}

a.newsHeader{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#454545;
	text-decoration: none;
	
}	
	
a.newsHeader:hover {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#454545;
	text-decoration:underline;
}
a.news{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#656565;
	text-decoration: none;
	
}	
	
a.news:hover {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#656565;
	text-decoration:underline;
}

a.nlab
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#656565;
	text-decoration:none;
	padding:0px 10px 10px 10px;

}

a.nlab:hover
{
	font-weight:normal;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	color:#8c1400;
}
.formTextBox
{
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	color:#000000;
	width: 140px;
	border-width:1px;
	border-style:solid;
	border-color:#454545;
	height: 20px;
	background-color:#cccccc;
}

.formButton {
	color: #FFFFFF;
	font-family:verdana;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #454545;
	border-right-color: #454545;
	border-bottom-color: #454545;
	border-left-color: #454545;

	text-decoration: none;
	background-color: #8c1400;
	height:20px;
}
.formError
{
	font-family:verdana;
	font-size:12px;
	color:red;
}

/* EDITOR PROPERTIES */
p {
font-family: Verdana;
font-size:12px;
}

h1 {
font-family: Verdana;
font-size:18px;

}

