BODY {
	background: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #666666;
}
.rbgtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCCCC;
}


div#left {
	width: 300px;
	background: white;
	padding: 10px;
	float: left;
}
div#right {
	width: 300px;
	background: white;
	padding: 10px;
	float: right;
	border: medium double #883226;
}
.style1 {color: #CCCCCC}
.style2 {color: #ECECEC}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td.row1{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: ridge;
	border-bottom-style: inset;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 2px;
}
td.news{
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding: 4px;
}

td.content {
	padding: 4px;
	font-size: 12px;
}