body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #FFFFFF;
	background:#EEEEEE;
}

h1 {
	color: #c4a564;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: lighter;
	vertical-align: middle;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a19697;
	font-style: normal;
	font-weight: lighter;
}

h4 {
	color: #a5aac2;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #c4a564;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #c4a564;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a5aac2;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #fff0c3;
	text-decoration: none;
	font-weight: bold;
}

.maintable {
	margin:0 auto;
	margin-top:20px;
	background-color: #000000;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
}

.indent {
	text-align: right;
	padding-right: 13px;
	line-height: 20px;
}

.bottomtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #eadfcf;
	vertical-align: middle;
}

.bottomtextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	vertical-align: middle;
}

img { 
	border:none; 
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #a5aac2;
}
input:focus {
	background-color:#FBCBCD;
}
select {
	font-family: Courier New, courier, Helvetica, sans-serif; /*Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #333333;
	border: 1px solid #a5aac2;
}

.btnSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C4A564;
	background-color: #000000;
	background-image: url(../images/bug-1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 14px;
	border: 0px none #000000;
	cursor: pointer;
}
.btnSubmit:hover {
	color: #a5aac2;
}
