  FONT  {font-family: Arial}
  BODY  {
	background: #FFFFFF no-repeat fixed 80% 50%;
	font: 8pt Arial;
	color:black;
	padding: 0px 0px;
	margin: 0px 0px;
}

  P{
	font: 9pt Arial;
	font-family: Arial;
	font-weight : normal;
}
  LABEL{
	font: 9pt Arial;
	font-family: Arial;
	font-weight : normal;
}
  INPUT{
	font: 9pt Arial;
	font-family: Arial;
	font-weight : normal;
}
  LI{
	font: 9pt Arial;
	font-family: Arial;
	font-weight : normal;
	color: royal;
}	
  A:link {
  	text-decoration: none; 
  	color: royal; 	
	font: 9pt Arial; 
}
  A:visited {text-decoration: none; color: #666666}	
  A:hover {text-decoration: none; color: red}
  
  .head  {
	font: 9pt Arial;
	font-family: Arial;
	font-weight : bold;
}
  .normaltext { font-family: Arial; }
  .grayedtext { font-family: Arial; color: #555555; }
.BODY1 {
	color: #CCCCCC;
	background-color: #CCCCCC;
	background-position: center center;
}
.LIS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-transform: uppercase;
}
.MENULNK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3em;

}
.menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.errorBlock {
  background-color: #FFCCCC;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
}

.errorMsg {
  text-align: center;
  font-size: .8em; 
  font-weight: bold;
}

.required {
	font: 9pt Arial;
	font-family: Arial;
	font-weight : normal;
  color: red;
}
