@charset "utf-8";
.bodybg {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
}
#menu a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a:hover{
	color: #999;
}
.headers {
	font-size: 17px;
	line-height: 21px;
	color: #999;
}
.textf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cbox {
	margin-left: -4px;
}

