body 
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 12px Arial, Helvetica, sans-serif;
}
a 
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover 
{
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
html>body ul 
{
	list-style: none;
	text-indent: -12px;
}
ul 
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li 
{
	margin: 7px 0 8px 10px;
}
ul.sublist 
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist
{
	margin: 7px 0 8px 3px;
}

#rightcol2 
{
	scrollbar-face-color:#ACDEFA;
	overflow-x: hidden; 
	overflow-y: scroll; 
	width: 592px;
	height: 460px;
	color: #333;
	float: left;
	text-align: left;
	background: #D5D7D5;
}
#rightcol2 .title h1 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #D5D7D5;
}
#rightcol2 .content 
{
	padding: 5px;
	margin: 5px 0 0px;
	border-top: 1px dotted #10B0FE;
	background: #D5D7D5;
}
#rightcol2 a 
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	background: #D5D7D5;
}
#rightcol2 a:hover 
{
	color: #000000;
	background: #D5D7D5;
}