/* CSS Document */
body {
	margin:10px;
	background-image:url(images/index_bg_01.jpg);
	background-repeat:repeat-x;
	background-color:#0f541b;
	scrollbar-face-color:#cccdce;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#E2E2E2;
	scrollbar-highlight-color:#E2E2E2;
	scrollbar-3dlight-color:#cccdce;
	scrollbar-darkshadow-Color:#cccdce;
	scrollbar-border-color:#cccdce;
}
form {
	padding:0px;
	margin:0px;
}
.border{
	border:1px solid #0f541b;
}
.body_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.body_text_justify{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	text-align:justify;
	line-height:14px;
}
.body_text_white{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.body_text_bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000099;
	text-decoration:none;
}
.footerlink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000099;
	text-decoration:none;
}
.footerlink:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#EE1E25;
	text-decoration:underline;
}
.serch {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
}
.input{
   border:1px solid #a1a1a1;
   background-color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#343434;
}
.red_text_bold {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#EE1E25;
	text-decoration:none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EA0603;
	text-decoration:none;
}
.heading_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
.red_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#EE1E25;
	text-decoration:none;
}
.red_text_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#EE1E25;
	text-decoration:none;
}
.red_text_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	line-height:14px;
}
.button {
	background-color:#32993d;
	border:1px solid #2a8938;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
    cursor:pointer;
	text-decoration:none;
}
