html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	}
td {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
	
	a,
a:link,
a:visited,
a:active,
a:hover
	{
	font-family: Times New Roman, Trebuchet MS, Arial, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	}

a:hover
	{
	color: #FF0000;
	}