@charset "utf-8";
body {
	background-color: #8F98A1;
}
.logo_text {
	font-family: Calibri;
	font-weight: bold;
	font-size: 16px;
	filter: dropshadow(color=#F6602C, offx=1, offy=1, positive=1);
	/*filter: shadow(color=#F6602C, strength=1, direction=135);*/
	/*filter: glow(color=#F6602C, strength=1);*/
	width: 300px;
	color: #FFFFFF;
}
.bottom_text {
	font-family: Calibri;
	font-size: 12px;
	color: #FFFFFF;
	width: 300px;
	text-align:right;
	filter: dropshadow(color=#F6602C, offx=1, offy=1, positive=1);
}
.menu_sel {
	background:#75BA8E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*filter: dropshadow(color=#F6602C, offx=1, offy=1, positive=1);*/
	/*style="border:solid 1px #F6602C"*/
}
.content {
	font-family: Calibri;
	font-size: 14px;
}

.left_pic {
	width:145px;
}

.left_pic1_td {
	width:145px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	/*border-color: #81C498;*/
	border-color: #29BB71;
	/*filter: dropshadow(color=#F6602C, offx=1, offy=1, positive=1);*/
	/*filter: Alpha(Opacity=50%, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)*/
}

.left_pic2_td {
	width:145px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #29BB71;
}

.left_table {
	background-image: url(img/bottom_line_dark.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.content_text {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.content_table {
	background-image: url(img/gradient_h.png);
	background-repeat: repeat-x;
	background-position: right bottom;	
}
.content_td {
	background-image: url(img/gradient_d.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	/*border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #81C498;
	border-color: #29BB71;
	*/
}



.main_table {
	border:solid 1px #FFFFFF;
	height: 450px;
	background-color: #FFFFFF;
}
.bottom_td {
	background-image: url(img/bottom_line_dark.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #29BB71;
}
.menu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.main_float {

}

.right_float {
	float: right;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 15px;
	background-image: url(img/pattern_green_50.png);
}

.right_float p {
}

.content_text table {
	border: none 1px #29BB71;
	margin: 0px;
	padding: 0px;	
}

.content_text td {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #29BB71;
	border-right-color: #29BB71;
	border-bottom-color: #29BB71;
	border-left-color: #29BB71;
}

.content_text h3 {
	color:#29BB71;
}

