/* CSS Document */

body {
	background-image:url('i/bg.gif');
	margin-top:10px;
	margin-left:0px;
	background-color:#333333;
	color:#454545;
	}
td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:11px;
	font-weight:normal;
	}
.blackbold {
	font-family:"Comic Sans MS", "Times New Roman";
	color:#454545;
	font-size:16px;
	font-weight:bold;
	}
.redbold {
	font-family:"Comic Sans MS", "Times New Roman";
	color:#D60000;
	font-size:15px;
	font-weight:normal;
	}
.redreg {
	font-family:"Comic Sans MS", "Times New Roman";
	color:#D60000;
	font-size:12px;
	font-weight:bold;
	}
.black {
	font-family:arial, Helvetica, sans-serif;
	color:#454545;
	font-size:11px;
	font-weight:normal;
	}
a:link	{
	color:#454545;
}
a:visited	{
	color:#454545;
}
a:hover {
	color:#D60000;
}