A:link {
	color: #006600;
	text-decoration: underline;
	font: bold;
	}

A:visited {
	color: #006600;
	text-decoration: underline;
	font: bold;
	}

A:active {
	color: #006600;
	text-decoration: underline;
	}

A:hover {
	color: #0000ff;
	text-decoration: none;
	}

TD {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

P {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

h1 {
	font-family: Arial, Verdana, Helvitica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}

h2 {
	font-family: Arial, Verdana, Helvitica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	}

TD.news {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #008000;
	text-align: center;		
	}

P.news {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	}

TD.copyright {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	}

P.copyright {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	}
	
#navcontainer {
	width: 128px;
	}
	
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	Font-family: Arial, Helvetica, sans-serif;
	}
	
#navcontainer a {
	display: block;
	padding: 3px;
	width: 100px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	}
	
#navcontainer a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
	}
	
#navcontainer a:hover {
	background-color: #369;
	color: #fff;
	}
	
		
	
