/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#002E5F;
	background-color: #fff;
	
}

a {
	text-decoration:none;
	color:#002E5F;
	}
a:hover {
	text-decoration:none;
	color:#3EC9F1;
	}

.search{
	width: 165px;
	height: 20px;
	border: 1px solid #ccc;
}


.textmenu{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	
}
.textmenufocus{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#40C7F7;	
	font-weight: bold;
}
.textmenu a{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
}

.textmenu a:hover{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#40C7F7;
	font-weight: bold;
}

.table_left{
	background-color: #F1F1F1;
	border: 1px solid #C3C3C3;
}

/*----------content----------*/
.title_big{
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #40C7F7;
	text-decoration: none;
}
.title_news{
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #40C7F7;
	text-decoration: none;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
	padding-left:5px;
	margin: 0px;
	
	
}

.title-bold{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.read_more{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #31C3F6;
	text-decoration: none;
}

.table_content{
	border: 1px solid #C3C3C3;
}
/*----------footer----------*/
.menufooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.menufooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3EC9F1;
	text-decoration: none;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	
}.bt_test {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	height: 41px;
	width: 117px;
	border: 0px solid #FFFFFF;
	background-image: url(../images/bt_finish.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

