body
{
	margin: 0px;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}

.menu
{
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.headline
{
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}

.subhead
{
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

.big
{
	font-weight: normal;
	font-size: large;
	text-align: left;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
	font-size: large;
	text-align: left;
}

.normal_text
{
	font-weight: normal;
	font-size: medium;
	text-align: left;
}

.smalltext
{
	font-weight: normal;
	font-size: small;
	text-align: left;
}

.footer
{
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}

a:link
{
	color: #000000;
	background-color: #FFFFFF;
}

a:visited
{
	color: #000000;
	background-color: #FFFFFF;
}

a:active
{
	color: #FF581B;
	background-color: #FFFFFF;
}

a:hover
{
	color: #969696;
	background-color: #FFFFFF;
}

