html {
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ceddff;
}
body {
	background:url(../images/mainFade.gif) repeat-x bottom left #263657;
	margin: 0px;
}
#contentHolder {
	text-align:center;
}
a:link, a:visited, a:active {
	color: #ceddff;
	text-decoration: none;
	border-bottom:1px dotted #ceddff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	border-bottom:1px solid #fff;
}