/* CSS Document */
body
{
	background: url(bg.jpg) top center no-repeat #000000 fixed;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}

.footer
{
	font-size: 11px;
	color: #CCCCCC;
}

h1
{
	font-size: 16px;
	color: #C02F25;
}

.subhead
{
	font-size: 14px;
	color: #04478D;
	font-weight: bold;
}

A:link	{font-size: 12px; font-weight: bold; color:#05458A; text-decoration: none;}
A:visited {font-size: 12px; font-weight: bold; color:#05458A; text-decoration: none;}
A:active {font-size: 12px; font-weight: bold; color:#05458A; text-decoration: none;}
A:hover	{font-size: 12px; font-weight: bold; color:#C72926; text-decoration: none;}

.hidden :link	{font-size: 11px; font-weight: bold; color:#B62D26; text-decoration: none;}
.hidden :visited {font-size: 11px; font-weight: bold; color:#B62D26; text-decoration: none;}
.hidden :active {font-size: 11px; font-weight: bold; color:#B62D26; text-decoration: none;}
.hidden :hover	{font-size: 11px; font-weight: bold; color:#B62D26; text-decoration: none;}

.footer :link	{font-size: 11px; font-weight: bold; color:#CCCCCC; text-decoration: none;}
.footer :visited {font-size: 11px; font-weight: bold; color:#CCCCCC; text-decoration: none;}
.footer :active {font-size: 11px; font-weight: bold; color:#CCCCCC; text-decoration: none;}
.footer :hover	{font-size: 11px; font-weight: bold; color:#CCCCCC; text-decoration: underline;}

.hidden
{
	padding: 5px 0;
	font-size: 11px;
}

.warning
{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.red
{
	color: #CC0000;
	font-weight: bold;
}

li
{
	padding: 2px;
}