body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;color: #ffffff;
	background-color: #000000;
}

table, tr, 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
td,	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0066;
}
 input,	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.title { font-size: 22px;  font-weight: bold; color: #ffffff;  }

.subtitle { font-size: 14px;  font-weight: bold;  color: #333333;}

.horizontalLine {
	background-color: #CC0066;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #cccccc;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #990000;   }