body {
	font-family: Arial;
	font-size: 13px;
	background-color: #E4FFB3;
	padding: 20px;
	}

/* CSS Tabs */
#navlist {
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1FFC1;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}
.mini_text {
	font-size: 11px;
}


#navlist li a {
	margin-left: 3px;
	background: #ECFFEC;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C1FFC1;
	border-right-color: #C1FFC1;
	border-bottom-color: #C1FFC1;
	border-left-color: #C1FFC1;
}

#navlist li a:link { color: #009900; }
#navlist li a:visited { color: #009900; }

#navlist li a:hover {
        color: #ECFFEC;
        background: #33CC33;
        border-color: #00CC33;
}

#navlist li a#current {
        background: white;
		color: #666666;
        border-bottom: 1px solid white;
}

#navlist li a#special {
	color: #333333;
	background-color: #E4FFB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1FFC1;
}
#botton {
	background:#ECFFEC;
	color:#333333;
	border-color: #FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	border-width:thin;
	}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #666666;
	border-color: #00CC33;
	text-decoration: none;
}
h3{
	font:Tahoma;
	font-size: 14px;
	color:#009900;
}
h2{
	font-size: 13px;
	color:#009900;
	font-family: Tahoma;
}
hr {
	color: #ACFFAC;
}
#notice {
	color: #FF0000;
}
.style1 {	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.style2 {color: #009900}
.style3 {color: #666666}
.style4 {	font-family: Tahoma;
	font-size: 14px;
}
.style5 {font-family: Verdana; font-size: 13px; font-weight: bold; }
.style6 {color: #FF0000}
.bad_input {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
}

.footerlinks {	color: #999999;
	font-size: 12px;
}
.footerlinks a:link {
	color: #8E8E8E;
}
.footerlinks a:visited {
	color: #8E8E8E;
}
.bad_notice {
	color: #FF0000;
}


textarea {
	font-family: Arial;
	font-size: 13px;
}
