form, body
{
	margin: 0px;
}
/*
p, div, span, li, a, table
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
}
*/
.headingNormal
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #663300;
	font-style: italic;
	font-size: 18px;
}
.headingPage
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #663300;
	font-style: italic;
	font-size: 20px;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
}
.headingYellow
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: yellow;
	font-size: 15px;
}
.menuNormal
{
	font-weight: bold;
	color: #ff3333;
	font-style: italic;
}
.menuHover
{
	font-weight: bold;
	color: white;
	background-color: #ff3333;
	border: white 1px solid;
	text-decoration: underline;
	font-style: italic;
	cursor: hand;
}
.menuSelected
{
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border: white 1px solid;
	font-style: italic;
}
.bodyNormal
{
	color: #ff3333;
}
.bodyNormalBlack
{
	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
}
.bodySmall
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.bodyMedium
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
.bodyTiny
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.instruction
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #663300;
}
.bodyBold
{
	color: #ff3333;
	font-weight: bold;
}
.footer
{
	text-decoration: none;
}
A.bodyNormal:link    { color: blue }
A.bodyNormal:active  { color: purple }
A.bodyNormal:visited { color: #663300 }
A.bodyNormal:hover   { color: white; background-color: #663300; }
A.headingNormal:link    { color: #ff3333 }
A.headingNormal:active  { color: #ff3333 }
A.headingNormal:visited { color: #ff3333 }
A.headingNormal:hover   { color: white; background-color: #ff3333; }
A.footer:link    { color: #ffffff }
A.footer:active  { color: #ffffff }
A.footer:visited { color: #ffffff }
A.footer:hover   { color: black; background-color: #ffff33; }
