@charset "utf-8";
/* CSS Document */

.mainTble {
	background-color: #FFFFFF;
}
.mainTble .body {
	background-color: #FFFFFF;
	background-image: url(../img/BODY.jpg);
	background-repeat: no-repeat;
}
.mainTble .nav {
	background-image: url(../img/LeftNavBG.jpg);
}
.top_nav {
	font-size: 10px;
	font-weight: bold;
	color: #E1BB74;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top_nav a:hover{
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
	background-image: url(../img/bg-tile.jpg);
	background-repeat: repeat;
}
