<style type="text/css">

#tablist{
padding: 3px 0;
margin-left: 50px;
margin-bottom: 0px;
margin-top: 10px;
font: bold 9px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	background-color: #bc8b56;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tablist li a:link{
color: #000000;
}

#tablist li a:hover{
color: #000000;
}

#tablist li a:visited{
color: #000000;
}

#tablist li a.current{
background: white;
}

#tabcontentcontainer{
	width: 440px;
	height: 55px;
	padding: 5px;
	border: 1px none black;
	padding-top: 6px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4E4E4E;
}

.tabcontent{
display:none;
}

a.news:link {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.news:visited {
	text-decoration: none;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.news:hover {
	text-decoration: underline;
	color: #990000;
}
a.news:active {
	text-decoration: none;
	color: #990000;
}


a.events:link {
	color: #000000;
	text-decoration: none;
}
a.events:visited {
	text-decoration: none;
	color: #333333;
}
a.events:hover {
	text-decoration: none;
	color: #990000;
}
a.events:active {
	text-decoration: none;
	color: #990000;
}

a.reflink:link {
	color: #000000;
	text-decoration: underline;
}
a.reflink:visited {
	color: #000000;
	text-decoration: underline;
}
</style>

