
Body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	
	scrollbar-face-color: #FF0000; 
	scrollbar-shadow-color: #660033; 
	scrollbar-highlight-color:#FF0000; 
	scrollbar-3dlight-color: #660033; 
	scrollbar-darkshadow-color: #660033; 
	scrollbar-track-color: #000099;
	scrollbar-arrow-color: #FFFFFF;
	
	background: URL("/images/grass_bg.gif") repeat;
	margin: 0;
}

/* FORM STYLES */
form{
	font-size: 9px;  
	background-color: #FFFFFF;	
}
select {   
	font-size: 10px; 
	border: 1px #333333 solid; 
	background-color: #FFFFFF;
}

input {   
	font-size: 10px; 
	border: 1px #666666 solid; 
	background-color: #FFFFFF;
}

/*textarea {   
	font-size: 9px; 
	border: 1px #333333 solid; 
	background-color: #FFFFFF;
}*/


/* TABLE STYLES */
table{
	font-size: 12px;
}


/* Heading Styles*/
.smallt {  
	font-size: 9px; 
	color: #AAAAAA; 
	font-weight:bold; 
}
.smallh {  
	font-size: 9px; 
	color: #666666; 
	font-weight:bold; 
}
.smallh2 {  
	font-size: 12px; 
	color: #666666; 
	font-weight:bold; 
}
.ghead {  
	font-size: 13px; 
	color: #666666; 
	font-weight:bold; 
}
.bghead {  
	font-size: 16px; 
	color: #666666; 
	font-weight:bold; 
}
.lhead {  
font-size: 15px; 
color: #666666; 
font-weight:bold; 
}

.smallcopy {  
font-size: 9px; 
color: #AAAAAA; 
}
.playname {  
font-size: 20px; 
color: #666666; 
font-weight:bold; 
}

a:link { 
text-decoration : none; 
font-weight:bold; 
color : #CC0000; 
}
a:visited { 
text-decoration : none; 
font-weight:bold; 
color : #CC0000; 
} 
a:active { 
text-decoration : none; 
font-weight:bold; 
color : #FFFF00; 
}
a:hover { 
text-decoration : underline; 
font-weight:bold; 
color : #CC0000; 
}

.contentBox{
	border: 1px solid #999999;
	padding: 10px;
	margin:0 0 5px 0;
}

/* STANDARD TAGS */
H1{
	font-size: 13px;
	font-weight: bold;
}

H2{
	font-size: 10px; 
	color: #666666; 
	font-weight:bold; 	
}
