/* CSS Document */

body {
	background-color: #CCCC99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#shell {
	background: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	font-family: Impact, sans-serif;
}
.section {
	clear: both;
	margin-bottom: 5px;
}
.highlight {
	font-size: 12px;
	font-weight: bold;
}
.logo {
	font: bold 36px "Trebuchet MS";
	color: #CC9900;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
.header {
	border-bottom: 1px solid #333333;
	width: 698px;
	margin-left: 1px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
.footer {
	font-size: 10px;
}
.highLight {
	background: #FFFF00;
}
.strike {
	text-decoration: line-through;
}
.maroon {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.red {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
img {
	padding-right: 6px;
}