
p {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

h1{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D80000;
}

h2{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D80000;
}

.subheader{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D80000;
}

.subheader2{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D80000;
}

.subheader3{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 15px;
	color: #D80000;
}

.subheadergrey{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AAAAAA;
}

.subheaderblack{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxheader{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border:1px #000000 solid;
	height:35px;
	/*width:210px;*/
	padding-left:6px;
	padding-top:6px;
}

.boxtext{
	padding: 10px;
}

.tableheader {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #666666;
}

.tabletext {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.tabletextgrey {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	/*opacity:0.5;*/
}
.tableheaderclear {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.tableheaderblack {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}


.menu{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DE1900;
	text-align:center;
}

.error {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: RED;
}

.formbox
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	background-color: #ffffff;
	padding: 1px 4px;
	border: solid 1px #006600;
}

.errorbox
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	background-color: #ffffff;
	padding: 1px 4px;
	border: solid 2px RED;
}

.formbutton
{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 15px;
	font-weight:bold;
	background-color: #D80000;
	color: #FFFFFF;
	padding: 4px;
	border: solid 1px #006600;
	width: auto;
	text-align:center;
	cursor:pointer;
}

.contentfloat{
	padding: 20px;
}

.white { text-decoration: none; color: #FFFFFF}

.footer{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align:center;
	padding:6px;
}

.icon{ padding:3px; }

a.white { text-decoration: none; color: #FFFFFF}
a.white:visited {text-decoration: none;  color: #FFFFFF;}
a.white:hover {text-decoration: none;  color: #FFFFFF;}

a.red { text-decoration: none; color: #D80000}
a.red:visited {text-decoration: none;  color: #D80000;}
a.red:hover {text-decoration: none;  color: #D80000;}
