/* -------------------------------------------------------------------------------------------------
TYPE ETC */

h1, h2, h3
{
	color: #83BB2B;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

h3
{
	font-size: 16px;
	letter-spacing: -0.5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

img
{
	display: block;
	margin-bottom: 20px;
}

p, label
{
	line-height: 170%;
	color: #636D56;
	font-size: 12px;
	margin-bottom: 10px;
}

b, strong
{
	font-weight: bold;
}

hr
{
	height: 40px;
	border: none;
	clear: both;
	background-image: url("/images/design/horizontal_line.png");
	background-repeat: no-repeat;
	background-position: left top;
}

a
{
	color: #6F9925;
	text-decoration: none;
}

#main_content a:hover
{
	color: #FFF;
	background-color: #6F9925;
}

a.current
{
	color: #6F9925 !important;
}

.float_left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.float_right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------------------------- 
/ TINY MCE SUPPORT */

.tiny_class
{
	padding: 7px;
	width: 584px;
}
