
#navlist {
	padding: 3px 0px 3px 0px;
	margin: 12px 0px 0px 0px;
	border-bottom: 1px solid black;
	font: bold 12px Verdana, sans-serif;
	height: 14px;
	}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	}
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid black;
	border-bottom: none;
	background: #336699;
	text-decoration: none;
	}
#navlist li a:link {
	color: #222222; }
#navlist li a:visited {
	color: #222222; }
#navlist li a:hover {
	color: #ffffff;
	background: #6699cc;
	border-color: black;
	}
#navlist li a#current {
	background: #99ccff;
	border-bottom: 1px solid #99ccff;
	}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	}
th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color:white;
	background: #333333;
	text-align: center;
    font-weight: bold;
	}
td.title1 {
	color:#333333;
	background: #ffffff;
	text-align: left;
    font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
td.title2 {
	color:#333333;
	background: #ccffcc;
	text-align: left;
    font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
td.data1 {
	color:#000000;
	background: #99ff99;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}
td.data2 {
	color:#000000;
	background: #66cc66;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}


a:link {
    color: 330000;
    background-color: transparent;
	text-decoration: none;
    font-weight: bold;
	}
a:visited {
    color: 660066;
    background-color: transparent;
	text-decoration: none;
    font-weight: bold;
	}
a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
    font-weight: bold;
	}
a:active {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
    font-weight: bold;
	}
