/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/greengrid.gif);
}


a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#left_col h2, #left_col strong {
	color:#FF0000;
}

#foot {
	float:left;
	width:500px;
	margin:0px 10px 0px 80px;
}

#cc {
	float:left;
	width:100px;
}