body {
	font-family: Verdana, Arial, sans-serif;
	background: #999999;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 90%;
}

#top { 
	background: #eeeeee;
	padding: 15px 0 15px 20px;
	font-size: 30px;
	font-family: Arial Black;
	color: black;
	border-bottom: 1px solid #333333;
}

a {
	color: #b00000;
}

a:hover {
	text-decoration: none;
}

#menu {
	border-top: 1px solid #333333;
	padding: 0px 20px 0px 20px;
	font-family: "Trebuchet MS";
	text-align: left;
	background: #999999;
	font-size: 16pt;    
	color: white;
}

#menu a {
	font-size: 13pt !important;
	color: #dddddd !important;
}

#menu a:hover { 
	text-decoration: none;
}

#content { 
	border-top: 2px solid #333333;
	background: #dddddd;
	padding: 0px 0px 20px 0px;
}

#bottom {
	text-align: center;
	background: #999999; 
	font-size: 14px;
	border-top: 2px solid #333333;
	color: black;
}

h1 {
	margin: 18px 20px 8px 0px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
}

h1 a {
	color: black
}

h2 {
	margin: 15px 20px 8px 0px;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	margin: 15px 20px 8px 0px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	margin: -5px 0px 0px 0px;
}

p {
	margin: 0;
	line-height: 140% 
}

td {
	padding-left: 20px;
	padding-right: 20px;
}

.desc {
	padding-left: 10px;
}