body {
	background-color:#FFFFCC;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#centercontent{
	width:1040px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color : #336600;
	font-family : "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	padding: 0.5ex;
	//*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #FFFFCC;
	*//
}
	



 TD {
	background: #FFFFCC;
	color : #336600;
	font-family : "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 1em;
	line-height: 1.3em;	
	text-align: left;
}
H1{
	color : Maroon;
	font-size : 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
H2 {
	font-size: 1.4em;
	color : Maroon;
}

H3 {
	font-size: 1.2em;
	font-style: italic;
	font-family: sans-serif;
	line-height: 1.3em;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Purple;
	background : #FFFFCC;
	font : Verdana, Tahoma, Arial, sans-serif;
}

A:Hover {
	color: Teal;
}
A:Active{
	color : Aqua;
}
HR {
	height: 1pt;
}
.important {
	font-weight: bold;
}
 #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; }


