body{
	font-size: medium;
}

a img{
	border: 0px;
}

div#content_frame{
	border: 1px solid black;
	height: 532px;
}

div#content_frame_inner{
	padding: 3px;
}

body{
	background: #e0ffd1;
	margin: 0px;
}

div#body_inner{
	background: url(../images/green_fade.png) 0% 0% repeat-x;
	padding-top: 30px;
}

div#content_frame_right{
	background: url(../images/green_right.png) 100% 0% repeat-y;
	width: 823px;
}

div#content_frame_bottom{
	background: url(../images/green_bottom.png) 0% 100% repeat-x;
}

div#content_frame_tr{
	background: url(../images/green_tr.png) 100% 0% no-repeat;
}

div#content_frame_bl{
	background: url(../images/green_bl.png) 0% 100% no-repeat;
}

div#content_frame_br_1{
	background: url(../images/green_br_1.png) 100% 100% no-repeat;
}

div#content_frame_br_2{
	background: url(../images/green_br_2.png) 100% 100% no-repeat;
	padding-right: 21px;
	padding-bottom: 21px;
}

div.nav_frame_row{
	clear: left;
	float: left;
}

div.increaseWidth{
	width: 780px;
}

div.nav_frame_cell{
	width: 150px;
	height: 120px;
	float: left;
	background: url(../images/black-trans.png);
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

div.nav_frame_cell:hover{
	background: url(../images/black-trans.png);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

div.left3px{
	margin-left: 3px;
}

div.top3px{
	margin-top: 3px;
}

div.plain_text{
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-weight: bold;
	width: 600px;
	margin-top: 15px;
	padding-right: 32px;
	float: right;
	height: 340px;
	color: #4C4C4C;
	overflow: auto;
}

a{
	color: #488549;
}

