@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	
}
a:link {
	color: #660000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #151552;
}
a:active {
	color: #660000;
}
.smallWhite {
	font-size: 10px;
	color: #FFFFFF;
}
.smallFont {font-size: 10px}
.blackBorder {
	border: thin solid #000000;
}

#mainContent {
	padding-left:100px;

}
