/* CSS Document */
<!--
body {
 background-image:url(../img/bg_main.png); background-repeat: repeat-x; background-position: center top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}
.copyright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #666666;
	padding: 25px;
}
.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22x;
	text-align: justify;
	color: #214B1C;
}
.tighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align: justify;
	color: #666666;
	padding: 25px;
}
.tighttext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16x;
	text-align: justify;
	color: #214B1C;
}
.top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #666666;
	text-decoration: none;
}
.box {
	background-image:url(../img/bg_box.png); 
	background-repeat: repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 20px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #666666;
	padding: 8px;
}
.nav a:hover {
	color: #666666;	
	border: 3px;
	border-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;}
	
.nav a{color:#666666; text-decoration: none;}
.formtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	text-align: right;
}
.formwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	text-align: right;
}
input,textarea,select {
	color : #281E1E;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-color : #000000;
	border: solid 1px;
}

input.button {
	color : #281E1E;
	font: 12px Arial, Helvetica, sans-serif;
}
.radio {
border: 0px; color: #FF0000; text-align: center;
}

/* The main submit button option */
input.mainoption {
	background-color : #FFFFFF;
	font-weight : bold;
	border: solid 2px #666666;
}
input.liteoption {
	background-color : #FFFFFF;
	font-weight : normal;
	border-color: #666666;
}
-->