@charset "UTF-8";

body
{
	background: #FFF;
	color: #000;
	font-size: 100.01%;
}

body *
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

h1 { font-size: 130%; color: #175322; }
h2 { font-size: 125%; color: #1c6429; }
h3 { font-size: 120%; color: #207530; }
h4 { font-size: 115%; color: #258537; }
h5 { font-size: 110%; color: #29963d; }
h6 { font-size: 105%; color: #2ea644; }

#col3
{
	display: none;
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

div#col2 div#col2_content
{
	margin: 0 auto 0;
	text-align: left;
	padding: 0;
}

div#col2 div#col2_content img
{
	float: left !important;
	margin: 0 1.2em 1.2em 0 !important;
	width: 35% !important;
	display: inherit;
}


