
/*a:hover{
   
    color:#0000FF;
}

a:visited{ 
    color:#0000FF;
	
}*/
body {
	margin-top: 1px;
	background-color:#B3D1F4;
}

.contentText {
	/*font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 16px;
	/*text-align:justify;*/
	
}
.contentText-eng{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424141;
	word-spacing: normal;
	line-height:18px;
	text-decoration: none; 
	text-align:justify;
	
}

.head {
	//font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009fdc;
	word-spacing: normal;
	line-height:18px;
	text-decoration: none; 
	font-weight:bold;
	
}
.menu{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #055a7e;
	word-spacing: normal;
	line-height:18px;
	text-decoration: none; 
	font-weight:bold;
	
}
a:hover{
    text-decoration:underline;
    color:#055a7e;
}

a:visited{ 
    color:#055a7e;
	
	
}
a {
	text-decoration: none;
	color: #055a7e;
}