body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
fieldset {
	border: 1px solid #009C73;
	padding: 5px;
}
select {
	color: #006600;
	background: #D8F0E2;
	font: 16px Garamond, Georgia, "Times New Roman", Times, serif;
}
#tabset {
	position: absolute;
	height: 300px;
	width: 500px;
}
#tabmenu {
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
	z-index: 99;
	height: 25px;
}
.tabbutton {
	border-top: 1px outset #006600;
	border-right: 1px outset #006600;
	border-left: 1px outset #006600;
	margin: 0px 5px;
	padding: 5px 5px 0px;
	height: 25px;
	top: 0px;
	position: relative;
	float: left;
	display: inline;
	left: 0px;
	font: bold 14px Garamond, Georgia, "Times New Roman", Times, serif;
	overflow: visible;
}
.tabbutton a {
	color: #000000;
	text-decoration: none;
}
#tabbtn1 {
	background: #CCFFCC;
}
#tabbtn2 {
	background: #C2E7C2;
}
.tab {
	position: absolute;
	height: 300px;
	width: 500px;
	left: 0px;
	background: #CCFFCC;
	padding: 10px;
	border: 1px outset #006600;
	top: 30px;
	z-index: -1;
}
#tab1 {
	position: absolute;
	visibility: visible;
}
#tab2 {
	position: absolute;
	visibility: hidden;
}
.style1 {color: #005959}
.style2 {color: #800080}

a:link {
	color: #800080;
}
a:visited {

	color: #005959;
}
a:active {

	color: #FFBD00;
}
