/* standard elements */
html {min-height: 100%;}
body {
	background: #fff url(../images/bg_page.gif) repeat-x;
	color: #444;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
li {
	list-style-image: url(../images/arrow.gif);
}
/* structure */

.logo {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 0px 0px 10px;
}
.bgGrey{
	background-color: #7D6C5C;
}
.bgGreen{
	background-color: #8FBB90;
	font: normal 12px FFF Arial,sans-serif;	
}
.header {
	background: url(../images/bg_header.jpg) repeat-x;
	color: #FFFFFF;
	font: normal 20px Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 0px 10px;
	height: 95px;
	width: 770px;
}
.content {
	background: #fff;
	color: #444;
	font: normal 12px Arial,sans-serif;
	line-height: 1.3em;
	border-left: 1px solid #4D814D;
	width: 535px;
	padding: 10px 10px 10px 10px;
}
.required{
	color: #FF0000;
	font: normal 14px Arial,sans-serif;
	}
	
input, textarea, select{
	color: #333;
	font: normal 12px Arial,sans-serif;
	border: 1px solid #4D814D;
}
.button{
	color: #333;
	font: bold 11px Arial,sans-serif;
	border: 1px solid #4D814D;
	background: transparent url(../images/bg_menu.gif) bottom;	
}
.contentFeature {
	background: #fff;
	font: normal 11px Arial,sans-serif;
	padding: 10px 0px 0px 10px;
}
.contentFeature1 {
	background: #EEEFE9;
	color: #336633;
	font: normal 12px Arial,sans-serif;
	line-height: 1.3em;
	border: 1px solid #D8EBD8;
	padding: 10px 10px 10px 10px;
	width: 210px;
}
.copyright{
	font: normal 12px Arial,sans-serif;
	color: #FFF;
	background-color: #8FBB90;
	height: 20px;
	padding: 0px 0px 0px 0px;
}
.label{
	font: bold 12px Arial,sans-serif;
	color: #333;
	text-decoration: none;
	text-align: right;
}

a.other{
	font: Arial;
	font-size: 12px;
	color: #4D814D;
	text-decoration: underline;
}
a.other:visited{
	color: #4D814D;
}
a.other:hover{ /*hover and selected link*/
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
.freeReport {
	font: bold 13px Arial,sans-serif;
	width: 210px;
	height:116px;
	padding: 10px 0px 0px 40px;
}
.reportHeader {
	font: bold 14px Arial,sans-serif;
	color: #333;
	text-align:center;
	margin-right:5px;
}
a.report{
	font: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #5B965C;
	text-decoration: underline;
}
a.report:visited{
	color: #5B965C;
}
a.report:hover{ /*hover and selected link*/
	color: #AE0606;
	font-weight: bold;
	text-decoration: underline;
}
