/*
.body_index
{
	margin:0;
	font-family: "Trebuchet MS";
	background-image:url(../images/bg-index.jpg);
	background-repeat:repeat-x;
	background-color:#383838;
}
*/
.body
{
	margin:0;
	font-family: "Trebuchet MS";
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#383838;
}
.bottom_white
{
	font-size: 12px;
	color:#CCCCCC;
}
.inner-title
{
	font-size: 20px;
	color: #FCFCFC;
	/*
	font-weight:bold;
	*/
}
.left_bar_white
{
	font-size: 13px;
	font-weight:bold;
}
.left_bar_white
{
	font-size:11px;
}
.left_bar_white a:visited
{
	color: #CCCCCC;
	text-decoration:none;
}
.left_bar_white a:link
{
	color: #CCCCCC;
	text-decoration:none;
}
.left_bar_white a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer-links
{
	font-size:11px;
	color: #CCCCCC;
}

.footer-links a:visited
{
	color: #999999;
	text-decoration:none;
}
.footer-links a:link
{
	color: #999999;
	text-decoration:none;
}
.footer-links a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
.content-margin
{
	margin-left: 15px;
}

.footer
{
	font-size:9px;
	color: #999999;
}