@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg) left top repeat-x ;
	background-color:#3a8ec3;
	padding:0px;
	margin:0px;
	}

.menu_text{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:14px;
	color:#113d6e;
	font-weight:bold;
	text-decoration:none;
	}
	
.menu_text a{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:14px;
	color:#113d6e;
	font-weight:bold;
	text-decoration:none;
	}
	
.menu_text a:hover{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:14px;
	color:#218fff;
	font-weight:bold;
	text-decoration:none;
	}
	
.menu_text .active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#218fff;
	font-weight:bold;
	text-decoration:none;
}
	
.content_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.copy_right_text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#113d6e;
	text-decoration:none;
}