body {
	background: #333333;
	margin:0px;
}

/*--------------- Fonts ---------------*/

td {
	font-family:arial; font-size:12px; color:#000000;
	line-height:19px;
}

.smallfont {
	font-size:10px; line-height:13px;
}

.whitefont {
	color:#CCCCCC;
}

.whitefont2 {
	color:#ffffff;
}

.orangefont {
	color:#FF6600; font-weight:bold; text-decoration:underline;
}

.orageheader {
	font-family:"Trebuchet MS"; font-size:22px; color:#F56B0F;
	font-weight:bold;
}

.greenheader {
	font-family:"Trebuchet MS"; font-size:22px; color:#63A934;
	font-weight:bold;
}


/*--------------- Background Images ---------------*/

.header_bg {
	background-image:url(images/header_bg.jpg); background-repeat:repeat-x;
	height:153px;
}

.nav_bg {
	background-image:url(images/nav_bg.jpg); background-repeat:repeat-x;
	height:36px;
}

.nav_below_bg {
	background-image:url(images/nav_below_bg.jpg); background-repeat:repeat-x;
	height:8px;
}


.black_btn_bg {
	background-image:url(images/black_btn_bg.jpg); background-repeat:repeat-x;
	height:23px; border: solid 1px #000000; font-family:arial; color:#FFFFFF; font-weight:bold;
}

.black_bg {
	background-image:url(images/black_bg.jpg); background-repeat:repeat-x;
	height:28px; border: solid 1px #000000;
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; font-weight:bold;
}

.green_bg {
	background-image:url(images/green_bg.jpg); background-repeat:repeat-x;
	height:28px; border: solid 1px #598F2B;
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; font-weight:bold;
}

.orange_bg {
	background-image:url(images/orange_bg.jpg); background-repeat:repeat-x;
	height:28px; border: solid 1px #ED6206;
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; font-weight:bold;
}

.gray_bg {
	background-image:url(images/gray_bg.jpg); background-repeat:repeat-x;
	border: solid 1px #D7D7D7; background-color:#FFFFFF;
}

.gray_bg2 {
	background-image:url(images/gray_bg2.jpg); background-repeat:repeat-x;
	border: solid 1px #CDCDCD; background-color:#DCDCDC;
}

.white_bg {
	background-color:#FFFFFF; border: solid 1px #D7D7D7;
}

.lightgreen_bg {
	background-color:#E1F3D6; border: solid 1px #B8E29E;
}

.lightorange_bg {
	background-color:#FEECE0; border: solid 1px #FDD5B9;
}

.darkbg {
	background-image:url(images/darkbg.jpg); background-repeat:repeat-x;
	border: solid 1px #212529; background-color:#212529;
}

.footer_bg {
	background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; height:108px;
}

.dot_bg {
	background-image:url(images/dot_bg.jpg); background-repeat:repeat-x; height:1px;
}

.gamedesc_bg {
	background-image:url(images/gamedesc_bg.jpg); background-repeat:no-repeat; height:262px;
	width:969px;
}


/*--------------- Links ---------------*/

.navlink:link {
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; text-decoration:none;
	font-weight:bold;
}

.navlink:visited {
	font-family:"Trebuchet MS"; font-size:13px; color:#FFFFFF; text-decoration:none;
	font-weight:bold;
}


.navlink:hover {
	font-family:"Trebuchet MS"; font-size:13px; color:#FFCC00; text-decoration:none;
	font-weight:bold;
}

.blacklink:link {
	font-weight:bold; color:#000000;
}

.blacklink:visited {
	font-weight:bold; color:#000000;
}

.blacklink:hover {
	font-weight:bold; color:#ff6600;
}

.whitelink:link {
	font-weight:bold; color:#cccccc; text-decoration:none;
}

.whitelink:visited {
	font-weight:bold; color:#cccccc; text-decoration:none;
}

.whitelink:hover {
	font-weight:bold; color:#ff9900; text-decoration:none;
}


