body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #CCCCCC;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}


