/* CSS Document */

body {
	background-image: url(images/body-bg.jpg);
	list-style-image: url(images/li.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.main {
	border-right: #000 1px solid;
	border-left: #000 1px solid;
	background-color: #171717;
	}
	
.cnews {
	font-size: 11px;
	}
	
.textboxstyle {
	font-size: 11px;
	color: #333333;
	background-color: #f1f1f1;
	BORDER-RIGHT: #666666 1px solid;
    BORDER-left: #666666 1px solid;
	BORDER-top: #666666 1px solid	;
	BORDER-bottom: #666666 1px solid;
}
