BODY {
	color:#000000;
	background-color:#FFFFFF;
	font-size:8pt;
	font-weight:normal;
	font-family: Verdana;
}
FORM 
{
	width: 800;
}
.font1    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
}
.font1Bold    {
	font-family: Verdana; 
	font-size: 8pt; 
	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;
}
.PageTitleGrey
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	background-color: lightgrey;
	width: 100%;
}
.helpImage {
	border: thin ridge;
	padding: 2px 2px 2px 2px;
	max-width: 590px;
}
.helpPanel {
	width: 590px;
}
p.center    {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	text-align: center;
}
td.font1 {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td.font1Bold {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold;
	vertical-align: top;
}
td.highlight {
	background-color: Yellow;
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold	
}
td.shaded
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: lightgrey;
}
tr.font1 {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
tr.colHeading {
	background-color: #6495ED;
	color: White;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana;	
}
tr.highlight {
	background-color: Yellow;
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: bold	
}
tr.shaded
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: lightgrey;
}
img.noborder {
	border: none;
}
.hidden {
	visibility: hidden;
}
.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;
}