html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #999999;
	background: #000000;
	height: 100%;
	
	scrollbar-face-color:#202020;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#505050;
	scrollbar-track-color:#505050;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#505050;
	scrollbar-3dlight-color:#505050;
	scrollbar-darkshadow-Color:#202020;
}

a, a:link, a:visited {
	color: #999999;
    text-decoration: none;
}

a:hover, a:active {
	color: #999999;
    text-decoration: underline;
}

#home-table {
	width: 100%;
	height: 100%;
}

#content-table {
	width: 100%;
	height: 100%;
	background: #101010;
}

.seo {
	color: #000000;
	font-size: 0px;
	display: none;
}

.keywords {
	display: none;
}

.forms {  
	color: #666666;
	background-color: #171717; 
	border: 1px #000000 solid; 
	overflow: hidden;
}

.button {  
	color: #666666;
	font-size: 10px;
	font-weight: bolder;
	background-color: #171717; 
	border: 1px #000000 solid; 
}

#fixed-content {
	width: 807px;
	height: 553px;
	background: #1A1A1A;
}

#scrolling-content {
	width: 807px;
	height: 511px;
	background: #1A1A1A;
	overflow-y : scroll;
	overflow-x : hidden;
}

#red-line {
	width: 807px;
	height: 5px;
	background: #910C1D;
}

#bottom-grey {
	width: 807px;
	height: 37px;
	background: #252525;
}

.newsnav {
	text-align: left;
	background: #131313;
}

.news-cnt {
	text-align: justify;
}

.date {
	font-weight: bolder;
}

.seldate {
	font-weight: bolder;
	color: #910C1D;
}

#fbimg {
	display: none;
}

div.but input {  
	font-size: 8pt;
	padding-bottom: 2px;
	color: #666666;
	font-weight: bolder;
	width:100px;
	height: 26px;
	background: url(images/btn-bkg.jpg) no-repeat; 
	border: none;
	cursor: pointer; 
}
