@charset "utf-8";
/* CSS Document */

body {
	background: #ecebe7;
	margin: 0px;
	padding: 0px;
}

div, td {
	font: normal 12px Arial, sans-serif;
	color: #666666;
}

div.headertext {
	margin:10px 50px;
}

div.cap {
	color:#999933;
}  

ul {
	list-style: square;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#99CC33;
}

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

a img {
	border: none;
}





