/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#666666;
	
	background-image: url(../images/bodyBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;}
a {color:#66CC33}
a:hover {color:#FFFFFF}
