body{
	margin: 0px 0px 0px 0px;
	color : #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13;
	
}
legend{ color:#000000}
fieldset{ color:#000000}
td{
	color : #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12;
	
}
p{
	color : #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	
}
span{
	color : #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	text-align:justify;
}
div{
	color : #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	text-align:justify;
}

a{
	color:#333333;
	text-decoration:none;
}

a:link, a:visited, a:active {
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#0033FF;
	text-decoration:underline;
	
}

.bold{
	font-weight:bold;
}

.home{
	background-color: #dbdbdb;
	height:27px;
}

.home2{
	background-color: #595959;
	height:136px;
}

.home3{
	background-color: #dbdbdb;
	height:32px;
}

.home_footer{
	background-color: #f60500;
	height:27px;
}

.header_top{
	background-color:#e7e7e7;
	height:25px;
}

.bg_grey{
	background-color:#E7E7E7;
}

.bg_grey2{
	background-color: #898989;
	
}

.title_left{
	font-size:16px;
	font-weight:bold;
	padding-right: 30px;
	
}

.space10px_left{
	padding-left:10px;
	
}

.red_bold{
	color:#FF0000;
	font-weight:bold;
}

.service{
	background-color:#EFEFEF;
	color:#990000;
	font-weight:bold;
	font-size:12px;
	height:20px;
	padding-left:6px;
}

.hand{
	cursor:pointer;
}

.selectbox {
	border : 1px solid #999999;
	color : #333333;
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

.title_request_form{
	font-size:16px;
	font-weight:bold;
	padding-right: 30px;
	text-transform:uppercase;
}

.inputbox {
	border : 1px solid #999999;
	color : #333333;
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	z-index : -5;
	padding-left: 3px;
}

.textarea {
	border : 1px solid #999999;
	color : #333333;
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

.button{
	border-style : solid;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	height: 20px;
	cursor:pointer;
	width: 100px;
}
.button_hover{
	border-style : solid;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	height: 20px;
	cursor:pointer;
	width: 100px;
	color: #000099;
}

.button2{
	border-style : solid;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	height: 20px;
	cursor:pointer;
}

.button3{
	border-style : solid;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
	height: 20px;
	cursor:pointer;
	color:#0052FD;
}

.button_icon{
	border-style : solid;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	font-style : normal;
	font-size : 11px;
	height: 18px;
	cursor:pointer;
}

.warning{
	font-weight:bold;
	color:#990000;
}

.error{
	color:#FF0000;
}

.required{
	font-size:18px;
	color:#FF0000;
}

.active{
	color:#FF000B;
}

.box_1{
	background-image:url(../images/box_1.gif);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
	
}

.box_2{
	background-image:url(../images/box_2.gif);
	background-repeat:repeat-x;
	height:8px;
}

.box_3{
	background-image:url(../images/box_3.gif);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}

.box_4{
	background-image:url(../images/box_4.gif);
	background-repeat:repeat-y;
	width:9px;
}

.box_5{
	background-image:url(../images/box_5.gif);
	background-repeat:repeat-y;
	width:9px;
}

.box_6{
	background-image:url(../images/box_6.gif);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}

.box_7{
	background-image:url(../images/box_7.gif);
	background-repeat:repeat-x;
	height:8px;
}

.box_8{
	background-image:url(../images/box_8.gif);
	background-repeat:no-repeat;
	width:9px;
	height:8px;
}

.line{
	background-image:url(../images/line_dot.gif);
	background-repeat:repeat-x;
	height:1px;
}

.homes_title{
	color:#1D7FDA;
	font-weight:bold;
}

.detail{
	color:#1D7FDA;
	font-size:9px;
}

.photo{
	border: 1px solid #E7E7E7;
}
	
.login_note{
	font-size:14px;
}

.login_note_red{
	color:#FF0000;
	font-size:14px;
}

.menuclient{
	height: 20px;
	line-height: 19px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left:7px;
	padding-right:8px;
}

.menuclient:link {
	color:#333333;
	text-decoration:none;
}

.menuclient:visited {
	color:#333333;
	text-decoration:none;
}

.menuclient:active{
	color:#FF6600;
	text-decoration:none;
}

.menuclient:hover{
	color:#FF6600;
	text-decoration:none;
}

.hr{
	color:#999999;
	height:1px;
	width: 90%;
}

.update{
	font-size:10px;
	padding-left:10px;
}

.news_title{
	font-size:12px;
	color:#0000CC;
	font-weight:bold;
}

.copyright{
	background-image:url(../images/copyright_bg.gif);
	background-repeat:repeat-x;
	height:30px;
}


.bg_why{
	color:#990000; font-weight:bold; padding-left:10px; padding-top:3px;
}
.why_content{ padding-left:10px;}
.bold{
	font-weight:bold; 
}
.title_career{
	font-size:16;
	font-family:Tahoma; 
	
}
.title_career a:link, .title_career a:active, .title_career a:visited{
	color:#333333	
}

.title_career a:hover{
	color:#999999;
}

/* faq */
.faq_answer{
	padding-top:5px; 
	text-align:justify;
}
/* end faq */

.menu_bold{
	font-weight:bold;
	margin:2px 1px 0px 1px; 
	padding: 2px 1px 0px 1px; 
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu_bold a:link, .menu_bold a:active, .menu_bold a:visited{
   color:#000000;
   text-decoration:none;
}
.menu_bold a:hover{
	color:#FF0000;
	text-decoration:none;
}

.captcha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	letter-spacing: 1px;
}
.url{
	 height:30px; 
	 padding-top:5px;	
	 border-bottom:solid 1px #999;
	 
}
.url a{
	font-weight:bold; color:#000;
}
.url a:hover{
	font-weight:bold; color:#666666; text-decoration:none;
}
