/* CSS by Wofi-Arts */

a:link {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;

}

a:hover {
	color:#cc0000;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color:#cc0000;
	text-decoration:none;
}

a.mainnav:link {
	color:#ffffff
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
}

a.mainnav:hover {
	color:#cc0000;
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
}

a.mainnav:visited {
	color:#ffffff
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
}

a.mainnav:active {
	color:#cc0000;
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
}

a.subnav:link {
	color:#999999
	text-decoration:none;
	font-size: 0.9em;
}

a.subnav:hover {
	color:#cc0000;
	text-decoration:underline;
}

a.subnav:visited {
	color:#999999
	text-decoration:none;
}

a.subnav:active {
	color:#cc0000;
	text-decoration:underline;
}

/* misc */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF
}

.copyright {
	font-size: 0.8em;
	color:#999999
}

textarea, input {
	font-size: 0.9em;
}