body
{
}

.GenericHeaderPlain
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

.GenericLabel
{
	padding-right: 20px;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: right;
}

.GenericLabelRequired
{
	padding-right: 20px;
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana, Sans-Serif;
	text-align: right;
}

.StatusMessage
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana, Sans-Serif;
	text-align: right;
}

.SubmitButton
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Sans-Serif;
}

.LogonBox
{
 border-right: 1px solid #00005B;
 padding-right: 3px;
 border-top: 1px solid #00005B;
 padding-left: 3px;
 font-size: 11px;
 padding-bottom: 3px;
 border-left: 1px solid #00005B;
 width: 300px;
 cursor: default;
 text-indent: 15pt;
 line-height: 12pt;
 padding-top: 3px;
 border-bottom: 1px solid #00005B;
 font-family: verdana;
 height: 25px;
 background-color: #E1E1E9;
 text-decoration: none;
}

.Frame
{
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 width: 760px;
 border-bottom: 1px solid;
 position: static;
 height: 550px;
}

.FrontFrame
{
 border-right: 0px solid;
 border-top: 1px solid;
 border-left: 0px solid;
 width: 760px;
 border-bottom: 0px solid;
 position: static;
 height: 300px;
}

.ReportCityHeader
{
 font-size: 10pt;
 font-family: Verdana, Sans-Serif;
 color: #000033;
 font-weight: bold;
 background-color: #fffff;
 text-align: center;
}

.ReportAreaHeader
{
 font-size: 10pt;
 color: #FFFFFF;
 font-family: Verdana, Sans-Serif;
 font-weight: bold;
 background-color: #7378B8;
 text-align: center;
}

.ReportColumnHeadingCell 
{ 
  background-color: #E1E1E9; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  
}

.ReportDataCell 
{ 
  background-color: #FFFFFF; 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 
