body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.form { 
font-size: 11px;
}

A {
  color: #00CC33;
  text-decoration: underline;
  font-weight : bold;
}

A:hover {
  color: #FF3300;
  text-decoration: underline;
  font-weight : bold;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

.orangerow {
  height: 2px; 
}

.title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #00CC33;
  font-weight : bold;
 }
 
 .subtitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight : bold;
	font-style: italic;
}
  
.table { 
  background-color: #FFFFFF;
  border:1px #FFCC00 solid;
  border-collapse:collapse;
}

