body {
		background-image: url(images/site_bg.jpg);
		background-repeat: repeat-y;
		background-color: #C81318;
		background-position: center top;
		background-attachment: scroll;
		padding: 0px;
		margin: 0px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration:none
}


.bodylink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none
}
.bodylink a:link {
	color: #000000;
	text-decoration: none;
}
.bodylink a:hover {
	color: #000000;
	text-decoration: underline;
}
.bodylink a:active {
	color: #000000;
}
.bodylink a:visited {
	color: #000000;
	text-decoration:none;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
