body {
	background-color: #BDC1B2;	
}



h1 {
    color: #545454;
    font-family: 'Cochin', 'Times New Roman', serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing:    -0.04em;
    line-height: 40px;
    margin-bottom: 5px;
	margin-left: 25px;
    margin-right: 10px;
    margin-top: 25px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
p {
    color: #272727;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


a {
    color: #262626;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #545454;
    text-decoration: none;
}
.main_table {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}
.no-bg-repeat {
	background-repeat: no-repeat;
}
.green_box {
	background-color: #658D44;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	vertical-align: middle;
}
.green_box_text {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #EEEEEE;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: justify;
}
.green_box_text2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #EEEEEE;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: justify;
}
.contact_text {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
}
.footer_right {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: right;
}
.footer_left {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
	text-align: left;
}

.floatright {
	float: right;
	padding-left: 5px;
}
.floatleft {
	float: left;
	padding-right: 5px;
}

