@charset "UTF-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:rgb(199,200,202);
}

.col-hldr{
	position:relative;
	width:960px;
}
.footer{
	color:rgb(102,102,102);
	font-family:"Trebuchet MS";
	font-size:10px;
	clear:both;
	text-align:center;
	position:relative;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.spacer{
	height:10px;
}
.grey{
	background-color:rgb(199,200,202);
}
.grey2{
	background-color:rgb(102,102,102);
}
.white{
	background-color:rgb(255,255,255);
}