BODY
{
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	font-family: verdana, Arial, helvetica;
	background: Silver;
}
A:link {
	text-decoration:underline; 
	color: Black;
}      
A:visited {
	text-decoration:underline; 
	color: Black;
}
.font1    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal
}
.font1Bold    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold}
.font2	{
	font-family: Verdana; 
	font-size: 12pt; 
	color: black; 
	font-weight: normal}	
.font2Bold	{
	font-family: Verdana; 
	font-size: 12pt; 
	color: black; 
	font-weight: bold}
.fontRed  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: bold}
.fontRequired {
	font-family: Verdana; 
	font-size: 8pt; 
	color: red; 
	font-weight: normal;
}
.fontblue  {
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333399; 
	font-weight: bold
}
.PageTitle	{
  font-family: Verdana; 
  font-size: 10pt; 
  color: White; 
  font-weight: bold;
  background-color: Black;
  width: 100%;
}
.SubPageTitle {
  font-family: Verdana; 
  font-size: 10pt; 
  color: Black; 
  font-weight: bold;
}
.colHeading {
  font-family: Verdana; 
  font-size: 10pt; 
  color: White; 
  font-weight: bold;
  background-color: Black;
}
.highlight {
	background-color: Yellow;
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold	
}
.shaded
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: lightgrey;
}
.Submit {
	font-size:10px;
	font-weight:bold;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
}
.SubmitRed {
	font-size:10px;
	font-weight:bold;
	background-color: #be1d1a;
	color:#FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
}	
.hidden {
	visibility: hidden;
}
iframe.visible {
	visibility: visible;	
}
iframe.hidden {
	visibility: hidden;	
}