body,td,th {
	font-size: 12px;
	color: #CED1D6;
}
body {
	background-color: #000066;
	background-image:url(./images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
}

a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #AA9036;
}
a:active {
	color: #999999;
}

a{
	border-style:none;
	border-collapse:collapse;
}


#menu{
	position:absolute; 
	width:330px; 
	z-index:9; 
	left: 0px; 
	top: 0px; 
	visibility: inherit; 
	overflow: none;
}


#content{
	position:absolute; 
	width:800px; 
	height:450px; 
	z-index:10; 
	left: 150px; 
	top: 90px; 
	visibility: inherit; 
	overflow: scroll;
	overflow-x: hidden; 
	overflow-y: auto; 
}

img{
	border-style:none;
	border-collapse:collapse;
}


td.title{
 font-size: 16px;
 font-weight:bold;
 color: #AA9036;
}

tr.titleline{
background-color:#AA9036;
height:1px;
}


td.titleSilver{
 font-size: 14px;
 font-weight:bold;
 color: #CED1D6;
}

td.wordGold{
 font-size: 14px;
 color: #AA9036;
}
