﻿body 
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 14px;
	background: url(/images/background.png);
	background-repeat: repeat-y;
}

tr, td
{
	font-family: Arial, Verdana;
	font-size: 14px;
}

.White
{
	text-decoration: none;
	color: White;
}

hr
{
	height: 3px;
	color: #CC0000;
	border: 1px #CC0000 solid;
	background-color: #CC0000;
}
