/* CSS Document */
body, td,th {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
}

a:link {
	text-decoration: none;
	color: #999;
}

a:visited {
	text-decoration: none;
	color: #888;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

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

h2,h3 {
	color: #000;
}

