BODY {
	margin: 0px;
	background-color: #cccccc;
	font-size: 10px;
	font-family: Tahoma,Verdana,Helvetica;
	color: #666666;
	scrollbar-face-color: #c0c0c0; 
	scrollbar-highlight-color: #cccccc; 
	scrollbar-shadow-color: #999999; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-arrow-color: #cc0066; 
	scrollbar-track-color: #cccccc; 
	scrollbar-darkshadow-color: #cccccc; 
	scrollbar-base-color: #cccccc;
}

TD {
	font-size: 10px;
	font-family: Tahoma,Verdana,Helvetica;
}

A:link { text-decoration: none; color: #cc0033; }
A:visited { text-decoration: underline; color: #666666; }
A:active { text-decoration: none; color: #000000; }
A:hover { text-decoration: underline; color: #ff0033; }

.yellBG {
	background-color: #ffff00;
	background: url('../img/bg_yell.gif');
}

.lightBG { background-color: #eeeeee; }
.medBG { background-color: #b0b0b0; }

.hd {
	color: #00c0df;
	margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 0px;
	font-weight: bold;
}
.detail {
	margin-left: 10px; margin-top: 0px; margin-bottom: 0px;
	color: #00ff33;
}
.date {
	margin-left: 10px; margin-top: 0px; margin-bottom: 0px;
	color: #ffffff;
}
.news {
	margin: 10px;
}
.small {
	font-size: 9px;
	color: #666666;
}

