/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
body,td,th {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}
a {
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}

.border {border: 5px solid white };
