body {
background-color: #ffffff;
font-family: Georgia, Times New Roman, Times, sans-serif;
font-size: 12pt;
color: #000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b956a; /*#AF926A;*/
	/*font-weight: bold;*/
	line-height: 20px;
}
#header {
width: 981px;
height: 140px;
}

.title{
color: #8a8989;
font-size: 10pt;
}

.edition{
color: #c1bfbf;
font-size: 8pt;
}

h1 {
	margin: 0px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #D6DAC8;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	color: #9FAA80;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8b956a; /*#AF926A;*/
	border-bottom-color: #8b956a; /*#AF926A;*/;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}

h3 {
	margin: 25px 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #D6DAC8;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	color: #9FAA80;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #787C6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p a {
	color: #787C6D;
	text-decoration: underline;
}	

/*
p a:hover {
	background: #E7EADF;
	text-decoration: none;
}
*/

label {
	font-size: 12px;
	color: #9FAA80;
	display:block; 
	margin: 10px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
label.checkbox {
	display: inline;
}

.form_field {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787C6D;
	border: 1px solid #DFDFDF;
	padding: 4px;
}
select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787C6D;
	border: 1px solid #DFDFDF;
}

#content_area {
	padding: 27px 20px;
}
.error .title {
	font-size: 12px;
	font-weight: bold;	
	color: #CC0000;
	display: block;
	margin-bottom: 3px;
}
.error .description {
	font-size: 11px;
	color: #918E3C;
}
.submit {
   background-image: url(images/btn_login.gif);
	width: 66px;
	height: 20px;
  border: none;
}
