/* CSS Document */
a { 
	color: #FFFFFF; 
	border-style:none; 
}

a.menulink { color: #FFFFFF; }
a.menulink:hover { 
	color: yellow; 
	border-style: dotted; 
	text-decoration: none; 
	padding: 0px 1px 0px 1px; 
}

a.musiclink { color: #CC99CC; }
a.musiclink:hover { color: #3399FF; }

a.stdlink { color: #FFFFFF; }

a.stdlink:hover { 
	text-decoration: none; 
	color: #FFFFFF; 
}

img { border-style: none; }

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	background-color: #002A00;
	color: #FFFFFF;
	scrollbar-face-color: red;
	scrollbar-shadow-color: yellow;
	scrollbar-highlight-color: blue;
	scrollbar-3dlight-color: green;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: purple;
}

hr {
	background-color:#CC9900; 
	height: 7px;
}

th {
	color: #66CCFF; 
	text-decoration: underline;
	font-size: 16px;
}

.menutable {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	margin: 0px auto 0px auto;
}
	
.menuitemlook_bottom{
	padding: 4px 10px 4px 10px;
	vertical-align: bottom;
	/*border-style: outset;*/
	/*border-width: thin;*/
}

.menuitemlook_top{
	padding: 4px 10px 4px 10px;
	vertical-align: top;
	/*border-style: outset;*/
	/*border-width: thin;*/
}

.bottommenu {
	text-align: center; 
	font-weight: bold;
}

.maintable {
	margin: 0px auto 0px auto;
}

.scrolledtext {
	height: 52em; 
	overflow: auto; 
	background-repeat: no-repeat; 
	background-image: url(pix/); 
	background-position: left bottom; 
	background-attachment: fixed; 
	font-size: 12px; 
	padding: 5px;
}

.newsscrolledtext {
	height: 10em; 
	overflow: auto; 
	width: 300px;
	background-color: #990000;
	font-size: 11px; 
	padding: 5px;
	border-style: groove;
	border-width: thin;
}

.indexscrolledtext {
	height: 38em; 
	overflow: auto;
	width: 52em; 
	background-color: black; 
	background-attachment: fixed; 
	font-size: 12px; 
	padding: 5px;
}

.sidebartext {
	font-size: 11px; 
	padding: 5px;
}

.infoheader {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00; 
	text-decoration: underline; 
}

.sectionheader {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #FFFF00; 
	text-decoration: underline;
	text-align: center; 
}

.bottominfo {
	text-align: center; 
	font-size: 9px;
	color: #FFFFCC;
}

.summarybox {
	font-size: 11px;
	padding: 2px;	
}
	
.menubox {
	background-color:#FF9900; 
	width: auto;
	background-image:url(pix/shadow.png);
	background-position: bottom;
	background-repeat:repeat-x;
	
}