/* CSS Document */

p{
font-family: "Verdana",sans;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}


.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #330000;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	padding: 3px 10px 10px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

.menu a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
	line-height: 18px;
	list-style-type: none;
}

.menu a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
	line-height: 18px;
	list-style-type: none;
}
a {
	color: #000000;
}

html {
 background-color: #000000;
}
