body
{
	font-size: 12pt;
	font-family: Arial, Verdana;
}
A.Menu
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
A.Menu:hover
{
	color: red;
}
A.MouseOver
{
	color: black;
	text-decoration: none;
}
A.MouseOver:hover
{
	color: red;
}
TABLE.Header
{
	background-color: red;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	font-family: Arial, Verdana;
}
TABLE.Menu
{
	border: 0;
}
TABLE.Main
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
TR.Content td
{
	font-weight: bold;
}
TD.Bullet
{
	width: 30px;
	text-align: right;
}
TD.Content
{
	font-weight: bold;
}
TD.Border
{
	background-color: red;
	font-size: 1px;
}
TR.SectionTitle td
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}
.req
{
	color: red;
	font-weight: bold;
}
.BulletInstructions
{
	font-size: 8pt;
	font-weight: bold;
}