body {
	margin: 0px;
	background-color: #000000;
	/*color: #555;*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color:#090909; 
	scrollbar-arrow-color:#333; 
	scrollbar-base-color:#090909; 
	scrollbar-darkshadow-color:#090909; 
	scrollbar-face-color:#191919; 
	scrollbar-highlight-color:#090909; 
	scrollbar-shadow-color:#090909; 
	scrollbar-track-color:#090909; 
}
#content {
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #393939;
	/*color: #999999;*/
	color: #fff;
}
#content #scroll {
	height:426px;/*	height: 441px;*/
	overflow: auto;
	margin: 10px;
	padding: 0px 10px;
	width: 290px;
}
#content #right {
	background-color: #090909;
	border-left: 1px solid #393939;
}


#content a:link, #content a:visited {
	color: #FF0000;
	text-decoration: none;
	white-space: nowrap;
}
#content a:hover, #content a:active {
	color: #FFe400;
	text-decoration: none;
	white-space: nowrap;
}

#content h1 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 20px 10px 20px;
}
#content h2 {
	color: #ffe400;
	font-size: 16px;
	margin-bottom: 0px;
}
#content h3 {
	font-size: 13px;
	color: #FFE400;
	margin-bottom: 0px;
}
#content ul {
	padding: 0px;
	margin-left: 20px;
}



#countdown {
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #FF0000;
	padding: 0px 5px;
	border-style: solid;
	border-width: 1px 2px 2px 2px;
	border-color: #393939;
	background-color: #1a1a1a;
	overflow: hidden;
	height: 21px;
}
#countdown .timer {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 0.2em;
	border: 0px none #1A1A1A;
	background-color: #1A1A1A;
	width: 14px;
	text-align: right;
	margin: 0px 2px 0px -2px;
	background-image: url(../images/inputGreyBG.gif);
	border-color: #1A1A1A;
	visibility: hidden;
}
#countdown .happynewyear {
	display: none;
}



#foot {
	padding-top: 15px;
	font-size: 10px;
}
#foot a:link, #foot a:visited {
	color: #777;
	text-decoration: none;
}
#foot a:hover, #foot a:active {
	color: #ffe400;
	text-decoration: none;
}

.yellow {
	color: #ffe400;
}
.yellowlarge {
	color: #ffe400;
	font-size: 24px;
	font-weight: bold;
}
.grey {
	color: #555555;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.strike { text-decoration:line-through;}