body {
	background-color: #CC3333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.Black:link {
	color: #000000;
	text-decoration: none;
}
a.Black:visited {
	color: #666666;
	text-decoration: none;
}
a.Black:hover {
	color: #FF0000;
	text-decoration: none;
}
td#Black:link {
	color: #000000;
	text-decoration: none;
}
td#Black:visited {
	color: #666666;
	text-decoration: none;
}
td#Black:hover {
	color: #FF0000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.Small_White {font-size: small; color: #FFFFFF; }
.Red_Bold_Italic {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.X_Small_Bold {font-size: x-small; font-weight: bold; }
.Times_It_Bold_White {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
a {
	font-size: 12px;
}
a:active {
	text-decoration: none;
}
.Blue_Times_Italic {font-size: 36px; font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: italic; color: #003366; }
