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

.copyrights {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
	background:#FFFFFF url(../images/header_bg.jpg) repeat-x 0 0;
}


A:link 					{ font-family: Arial, Helvetica, sans-serif;	font-weight:normal; 	color:#42453D;	text-decoration:none;	font-size: 11px;}
A:visited 				{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color:#42453D; text-decoration:none; }
A:hover 				{font-family: Arial, Helvetica, sans-serif;  color:#6E8246; font-size: 11px; }

A.link2:link 					{ font-weight:normal;	color:#6E8246;	text-decoration:none; }
A.link2:visited 				{ font-weight:normal; color:#6E8246; text-decoration:none; }
A.link2:hover 				{
	color:#FFFFFF;
}

A.link3:link 					{
	font-weight:normal;
	color:#42453D;
	text-decoration:none;
	font-size: 12px;
}
A.link3:visited 				{ font-weight:normal; font-size: 12px; color:#42453D; text-decoration:none; }
A.link3:hover 				{ color:#6E8246; font-size: 12px;}

A.link4:link 					{
	font-weight:bold;
	color:#42453D;
	text-decoration:none;
	font-size: 16px;
}
A.link4:visited 				{ font-weight:normal; font-size: 16px; color:#42453D; text-decoration:none; }
A.link4:hover 				{
	color:#6E8246;
	font-size: 16px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
}

.header_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
	font-weight: bold;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
}
.black_header16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6E8246;
	font-weight: bold;	
}
.blue_header16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #42453D;
	font-weight: bold;	
}
.blue_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #42453D;
	font-weight: bold;	
}
.table_lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #42453D;
	border-right-color: #42453D;
	border-bottom-color: #42453D;
	border-left-color: #42453D;
	border-top-style: solid;
}

.table_lines2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #42453D;
	border-right-color: #42453D;
	border-bottom-color: #42453D;
	border-left-color: #42453D;
	border-top-style: solid;
}

.blue_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #42453D;
}

input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
	border: 1px solid #6E8246;
	width: 220px;
	background-color:#F2F5F7;
}
textarea.styled {         	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
	border: 1px solid #6E8246;
	width: 260px;
	background-color:#F2F5F7;
		 }

INPUT.form_button,
INPUT.form_button:hover,
INPUT.form_button:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6E8246;
	width:70px;
	cursor:pointer;
	color: #6E8246;
	background-color:#F2F5F7;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E8246;
	border: 1px solid #6E8246;
	background-color:#F2F5F7;
}.footer_bg {
	background-color: #F4F4F4;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
.left_paddong {
padding-left:10px;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #42453D;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42453D;
}
.mainimage_bg1 { 
	background:#F1F1F1;
	height: 25px;
	vertical-align: middle;
	display: table-column;
	padding-top:5px;
}
.mainimage_bg2 { 
	height: 25px;
	vertical-align: middle;
	display: table-column;
	padding-top:5px;
}
.footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height:3px;
	background-color:#FFFFFF;
	
}