/* CSS Document */
<!--
td#navcontainer
	{
		background-color:#330000; border-top:#CC9966 1px solid;
	}
td#navcontainer ul
	{
		color: white;
		text-align: center;
		margin: 0;
		padding-bottom: 3px;
		padding-top: 3px;
	}
td#navcontainer ul li
	{
		display: inline;
		margin-left: -4px;
	}
td#navcontainer ul li a
	{
		padding: 4px 10px 4px 10px;
		color: white;
		text-decoration: none;
		border-right: 1px solid #CC9966;
	}
td#navcontainer ul li a:hover
	{
		background-color:#CC9933;
		color: white;
	}
td#navcontainer ul li#active a { background-color:#CC9933; }
td#navcontainer li a.first { 
	border-left:1px solid #CC9966;
	}

body {
	background-color: #CC9933;
}
.style1 {
	color: #CC9966;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	color:#990033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}
a {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.footerNav { color: #CC9966;
}
.footerNav a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.footerNav a:visited {
	text-decoration: none;
	color: #993300;
	}
.footerNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
.footerNav a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
.tableStyle {
border-bottom: 1px dotted #C69764
}
.tablebg {background-image:url(images/bgimage.jpg)}
-->
