a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.h1 {
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
	width: 11em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0em;
	padding: 0;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#navlist a
{
	width: 99.99%;
	display: block;
	background-color: #fff;
	border-bottom: 1px #000 solid;
	text-align: left;
	text-decoration: none;
	color: #000;
	margin-top: 5px;
}

#navlist a:hover {
	color: #DC5701;
	font-weight: 300;
}

li {
	line-height: 14px;
	list-style-type: disc;
}
