/* CSS Document */

html,body
{
	margin:0px;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

a:link
{
	color:#000000;
	text-decoration:underline;
}

a:visited
{
	color:#000000;
	text-decoration:underline;
}

a:active
{
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	color:#CC0000;
	text-decoration:underline;
}

a.menu:link
{
	font-size:14px;
	color:#000000;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}

a.menu:visited
{
	font-size:14px;
	color:#000000;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}

a.menu:active
{
	font-size:14px;
	color:#000000;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}

a.menu:hover
{
	font-size:14px;
	color:#CC0000;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
}

.pageheader
{
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.subheader
{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#CC0000;
}

.contactinfo
{
	font-size:11px;
	font-weight:bold;
}

.copyright
{
	font-size:11px;
}