td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.header1 {
	font-weight: bold;
	text-transform: uppercase;
}
a {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}
.border {
	border: thick double #CCCCCC;
}
.header2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

