/*GENERAL CSS*/

@charset "utf-8";
body,td,th {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636362;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.7em;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
font-size: 14px;
color: #006633;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*GENERAL CSS*/

/*HEADER CSS*/
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
}
.address a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
}

.address a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #bc3030;
	text-decoration: underline;
}

.banner_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	padding: 10px;
}

.banner_content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.8em;
	padding: 10px;
}
/*HEADER CSS*/

/*BODY CSS*/

.body_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #bc3030;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.click_here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bc3030;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.7em;
	padding-right: 5px;
	padding-top: 10px;
}

.click_here:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bc3030;
	text-decoration: underline;
	font-weight: normal;
	line-height: 1.7em;
	padding-right: 5px;
	padding-top: 15px;
}

.h1 { font-size: 125%; font-weight: bold; text-align: center; }


/*BODY CSS*/

/*FOOTER CSS*/
.footer_container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
	
}

.footer_container td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
.footer_container a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.footer_container a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	
}
/*FOOTER CSS*/

