/* CSS Document */

a{
	outline:none;
}
.top_bg{
	background-image: url(../images/bg_page.jpg);
    background-repeat: repeat-x;
    background-position:center top;
	background-color:#FFFFFF;
}
.left_menu_bg{
	background-image:url(../images/left_menu_bg.jpg);
	background-repeat:repeat-y;
	width:319px;
}
.top_menu{
	width:92px;
	height:53px;
	background-color:#FFFFFF;
}
.menu_text{
	font-style:normal;
	font-weight:bold;
	color:#2D3134;
	text-decoration:none;
	display:block;
	line-height:52px;
}
a.menu_text:hover{
	font-style:normal;
	font-weight:bold;
	color:#2D3134;
	text-decoration:none;
	display:block;
	line-height:52px;
}
.left_menu_text{
	font-style:normal;
	font-weight:bold;
	color:#424D4C;
	text-decoration:none;
	line-height:25px;
}
a.left_menu_text:hover{
	color:#035F4D;
	text-decoration:underline;
}
.banner{
	padding-top:7px;
	padding-bottom:25px;
}
.welcome_text{
	font-size:16pt;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	line-height:25px;
}
.welcome_text2{
	font-size:1.3em;
	font-style:normal;
	color:#83AE66;
	text-decoration:none;
	line-height:25px;
}
.main_text{
	font-style:normal;
	color:#2D3134;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}
.read_text{
	font-weight:bold;
	font-style:normal;
	color:#005846;
	text-decoration:none;
}
a.read_text:hover{
	font-weight:bold;
	font-style:normal;
	color:#005846;
	text-decoration:underline;
}
.bottom_text{
	font-style:normal;
	color:#A1A694;
	text-decoration:none;
}
a.bottom_text:hover{
	color:#005846;
	text-decoration:underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #096755;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CC1BC;
}
a:hover {
	text-decoration: underline;
	color: #E5E52F;
}
a:active {
	text-decoration: none;
	color: #C6D999;
}
