@charset "utf-8";
/* CSS Document */

input.formInputText  {
	font-size: 0.8em;
	color: #666;
	background-color: #E2E4C0;
	padding: 1px;
	border: 1px solid #D0D275;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 12px;
	font-family: Verdana;
	top: auto;
    }
	
.fieldset {
	color: #666;
	background-color: #E2E4C0;
	padding: 0px;
	width: 125px;
	font-family: Verdana;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	height: 18px;
	top: auto;
    }	
	
.bodystyle {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
}

.h1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #FF9933;
	font-weight: bold;
}
.h2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #FF9933;
	font-weight: bold;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF9933;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}
