body 	{ 
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #003366;
	color: #6699cc;
}

table, tr, td, input 	{ 
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px; font-weight: bold;}

.subtitle { font-size: 14px; font-weight: bold;}

.horizontalLine {
	background-color: #6699cc;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #6699cc;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6699cc;   }
.submitcol {background-color:#6699cc;}

