a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
}
body {
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3b3b3b;
	color:#464646;
}
body,td,th {
	color:#464646;
}
.blackcolor {
	color:#000;
}
.whitecolor {
	color:#FFF;
}
.graycolor {
	color:#3B3B3B;
}
.lightgraycolor {
	color: #999;
}
.lightergraycolor {
	color: #CCC;
}
#container{
	width: 900px;
	height: 180px;
	overflow: auto;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
 
.main-content {
	width: 1850px;
	height: 180px;
}

.section{
	margin:0 0 0 0;
	width:185px;
	float:left;
}
