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

a { text-decoration:none; outline:none; }

body {
	margin:0px;
	padding:0px;
	background-image:url(../img/bg_color.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.style_lang {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#797979;
	font-weight:bold;
}

.style_lang a { color:#797979; }

.style_lang a:hover { color:#1296ac; }

.style_aboutus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#434343;
	line-height:20px;
}

.style_copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#434343;
}

.style_copyright a { color:#434343; text-decoration:none; }

.style_copyright a:hover { color:#434343; text-decoration:underline; }

.style_contact_us_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00b4be;
	font-weight:bold;
	xline-height:25px;
	line-height:22px;
}

.style_contact_us_sub_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00b4be;
	xline-height:25px;
	line-height:22px;
}

.style_contact_us_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#434343;
	xline-height:25px;
	line-height:18px;
}

.style_contact_us_content a { color:#434343; text-decoration:none; }

.style_contact_us_content a:hover { color:#0052c1; text-decoration:underline; }

.style_about_us_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#434343;
	font-weight:bold;
	line-height:20px;
}

.style_about_us_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#434343;
	font-weight:normal;
	line-height:20px;
}

.style_about_us_content a { text-decoration:none; }

.style_about_us_content a:hover { text-decoration:underline; }

img.transparent{
	filter: alpha(opacity=100); /* internet explorer */    
	opacity: 1;           /* fx, safari, opera, chrome */ 
}  

img.transparent:hover {
	filter: alpha(opacity=50); /* internet explorer */     
	opacity: 0.5;           /* fx, safari, opera, chrome */ 
} 