@charset "utf-8";
.textRegular {}
.textRegular_color {color: #99FF33;}
.xSmallFont {font-size: x-small}
.smallFont {font-size: small}
.smallFont_colored {font-size: small; color: #99FF33;}

.tableMain_three {
	text-align:center;
	vertical-align: top;
	padding:0px;
	
	border: 0px;
}


.tableMain_left {
	text-align:left;
	vertical-align:top;
	padding:0px;
	
	background-color:#2F2609;
	border: 1px solid #CCCC00;
	border-spacing:4px;
}

.tableMain_center {
	text-align:center;
	vertical-align: top;
	padding:0px;
	
	background-color:#2F2609;
	border: 1px solid #CCCC00;
	border-spacing:4px;
}



body,td,th {
	color: #FBFBFC;
}
body {
	background-color: #336600;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {border:0} 

