﻿body 
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	background-color: #414141;
	font-size: 10pt;
	line-height:20px;

}
a:visited
{
	color:#0099FA;
	text-decoration: none;
	font-weight:bolder;
}
a:link
{
	color:#0099FA;
	text-decoration: none;
	font-weight:bolder;
}
a:active
{
	color:#0099FA;
	text-decoration: none;
	font-weight:bolder;
}
a:hover
{
	color:#0099FA;
	text-decoration: underline;
	font-weight:bolder;
}
.footer
{
	font-family: Verdana, Arial, helvetica;
	color: #FFFFFF;
	font-size: 10pt;
}
a.footer:visited
{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.footer:link
{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.footer:active
{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.footer:hover
{
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:normal;
}
.content
{
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	font-size: 10pt;
	line-height:20px;
}
.RHcontent
{
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
}
.RHForm
{
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	line-height:20px;
}
.title
{
	font-family: Arial, Verdana, helvetica;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.rightcolumn
{
	font-family: Verdana, Arial, helvetica;
	color: #1255A0;
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
}
.heading
{
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height:35px;
}
.smallcontent
{
	font-family: Verdana, Arial, helvetica;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height:20px;
}
.hidden 
{ 
    visibility: hidden; 
}
.unhidden 
{ 
    visibility: visible; 
}
.spacer 
{
	float:left;
	width:100%;
	height:1px;
}

.formTitle 
{
	clear:both;
	float:left;
	width:200px;	
}
.formData
{
	float:left;
	width:300px;	
}
.fullwidth
{
	clear:both;
	width:900px;
}
.NewsTitle
{
	font-size:15px;
  line-height:25px;
}
.NewsDate
{
  font-weight:bold;
  line-height:25px;
}
.vceHighlight
{
			background-color: lemonchiffon; 
}