/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.border {
	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-right-color: #4AA607;
	border-bottom-color: #4AA607;
	border-left-color: #4AA607;
}
.head {
	background-image: url(../images/heade.jpg);
	background-repeat: no-repeat;
}
.public_head
{
	background-image: url(../images/green_header.jpg);
	background-repeat: no-repeat;
}
.footer_bg {
	background-color: #009900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CC00;
}
.box {
	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-right-color: #3b8b00;
	border-bottom-color: #3b8b00;
	border-left-color: #3b8b00;
}
.head_line {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #6FBF33;
}
.sub_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #45A102;
}
.company {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
	text-decoration:underline;
}
