#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0.1em;
	font: bold 14px Verdana;
	width: 530px;
	text-decoration: none;
	letter-spacing: -1pt;
	text-align: center;
	background-color: #FFCC00;
	height: 20px;
}

#tablist a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	background: #FFCC00;
}

#tablist a:link, #tablist a:visited{
color: #000000;
}
#tablist a:hover {
	background: #339933;
	color: #FFCC00;
}
#tablist a.current {
	background: #FCE8A1;
	color: #339933;
}
#tabcontentcontainer{
width:530px;
height:20px;
}

.tabcontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: none;
	color: #FFFFFF;
}
.tabcontent a:link, .tabcontent a:visited{
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063d0c;
	padding-left: 15px;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
