body {
	font-family: Georgia, Times;
	font-size: 11pt;
	text-align: left;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	background-color: #0000;
}

.style1 {	font-family: Impact;
	font-size: 24px;
	color: #000;
}
.style2 {font-family: Impact; font-size: 50px; color: #FFCC00; }
.style3 {font-size: 18px}
.style4 {color: #FFCC00}
.style5 {font-family: Impact; font-size: 20px; color: #000099; }


h1 {
  font-family: Georgia;
  font-size: 28px; 
  color: #ff0000;
  text-align: center;
}

h2 {
  font-family: Georgia;
  font-size: 23px; 
  color: #0000ff;
  text-align: center;
}

h3 {
  font-family: Georgia;
  font-size: 18px; 
  color: #990033;
 
}
.error {
	color: #ff0000;
}
td {
  font-family: Georgia, Times;
  font-size: 11pt;
  text-align: left;
}
th {
  text-decoration: bold;  
  font-family: Georgia, Times;
  font-size: 11pt;
}

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	line-height:2;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;	
}

div.errormessage td {
	line-height: 0;
}

div.footer {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;	
}