body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background:repeat-x;
	background-color: #FFFFFF;
	background-position:top;
}

#white2green:link {
	color: #ffffff;
	text-decoration: none;
}
#white2green:visited {
	text-decoration: none;
	color: #ffffff;
}
#white2green:hover {
	text-decoration: none;
	color: #C3E200;
}

#grey2white:link {
	color: #ABACAC;
	text-decoration: none;
}
#grey2white:visited {
	text-decoration: none;
	color: #ABACAC;
}
#grey2white:hover {
	text-decoration: none;
	color: #ffffff;
}

#grey2blue:link {
	color: #ABACAC;
	text-decoration: none;
}
#grey2blue:visited {
	text-decoration: none;
	color: #ABACAC;
}
#grey2blue:hover {
	text-decoration: none;
	color: #336496;
}

#blue2orangeunderline:link {
	text-decoration:underline;
	color: #336496;
}
#blue2orangeunderline:visited {
	text-decoration:underline;
	color: #336496;
}
#blue2orangeunderline:hover {
	text-decoration:underline;
	color: #FF6600;
}

#blue2orange:link {
	color: #336496;
}
#blue2orange:visited {
	color: #336496;
}
#blue2orange:hover {
	color: #FF6600;
}

#darkblue2orange:link {
	
	color:#0C3D80;
}
#darkblue2orange:visited {
	
	color: #0C3D80;
}
#darkblue2orange:hover {
	
	color:#FF6600;
}

#lightblue2orange:link {
	color: #2B6583;
}
#lightblue2orange:visited {
	color: #2B6583;
}
#lightblue2orange:hover {
	color: #FF6600;
}

#orange2grey:link {
	color: #F3772D;
}
#orange2grey:visited {
	color: #F3772D;
}
#orange2grey:hover {
	color: #3D3D3D;
}

.font12greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#666600;
}

.font11whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
}

.font11bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#0C3D80;
}

.font11blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#000000;
}

.font11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color:#2E2E2E;
}

.font10blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#336496;
}

.font10lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2B6583;
}

.font10blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

.font10greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #ABACAC;
}

.font10darkgreybold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #3D3D3D;
}

.font10orangeitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10px;
	color: #F3772D;
}


.font9blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336496;
}

.font9grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #757677;
}

#left_nav {
	width: 203px;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:180%;
}
#left_nav:link {
	color:#3A3939;
	font-size:11px;
}
#left_nav:visited {
	color:#3A3939;
	font-size:11px;
}

#left_nav:hover {
	color:#0C3D80;
	font-size:11px;
}

#left_nav_inner {
	width: 203px;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}
#left_nav_inner:link {
	color:#3A3939;
	padding-left:13px;
}
#left_nav_inner:visited {
	color:#3A3939;
	padding-left:13px;
}
#left_nav_inner:hover {
	color:#0C3D80;
	padding-left:13px;
}

#left_nav_self_drive {
	display: none;
}

#left_nav_chau_drive {
	display: none;
}

.textfield
{
	border:none; 
	color:#000000; 
	font-size:9px; 
	font-family:Arial, Helvetica, sans-serif;
}






#dropmenudiv{
	position:absolute;
	background-color: white;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
background-color: #FF5A00;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF5A00;
color:#000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#b:link {
	color: #ffffff;
	text-decoration: none;
}
#b:visited {
	text-decoration: none;
	color: #ffffff;
}
#b:hover {
	text-decoration: none;
	color: #FF9900;
}
#b:active {
	text-decoration: none;
	color: #ffffff;
}

.copyright {
	font-size: 10px;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 115%;
	color:#FFFFFF;
}

.bcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	line-height: 115%;
	color:#000000;
}

.bacontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 115%;
	color:#000000;
}

.ocontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 115%;
	color:#FF6600;
}

.scontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color:#000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#999966;
}

.btitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#999966;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}

#content {
     width:680px; 
	 height:305px; 
	 z-index:1; 
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:white; 
	 scrollbar-track-color:black; 
	 scrollbar-face-color:#191313; 
	 scrollbar-highlight-color:white; 
	 scrollbar-3dlight-color:#191313; 
	 scrollbar-darkshadow-color:black; 
	 scrollbar-shadow-color:#666666;
}

#wcontent {
     width:680px; 
	 height:305px; 
	 z-index:1; 
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:black; 
	 scrollbar-track-color:white; 
	 scrollbar-face-color:white; 
	 scrollbar-highlight-color:black; 
	 scrollbar-3dlight-color:white; 
	 scrollbar-darkshadow-color:white; 
	 scrollbar-shadow-color:#666666;
}

#pcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 115%;
	height:100%;
	width:100%;
	color:#000000;
	white-space:pre;
	text-align:justify;
	 z-index:1; 
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:black; 
	 scrollbar-track-color:#CFD4E6; 
	 scrollbar-face-color:#CFD4E6; 
	 scrollbar-highlight-color:black; 
	 scrollbar-3dlight-color:#CFD4E6; 
	 scrollbar-darkshadow-color:#CFD4E6;
	 scrollbar-shadow-color:#666666;#DEEFF8
}

#llbcontent {
     width:599px; 
	 z-index:1; 
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:black; 
	 scrollbar-track-color:#DEEFF8; 
	 scrollbar-face-color:#DEEFF8; 
	 scrollbar-highlight-color:black; 
	 scrollbar-3dlight-color:#DEEFF8; 
	 scrollbar-darkshadow-color:#DEEFF8; 
	 scrollbar-shadow-color:#666666;
}

#lbcontent {
     width:100%;
	 height:100% 
	 z-index:1; 
	 height:auto;
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:black; 
	 scrollbar-track-color:#EBF5FB; 
	 scrollbar-face-color:#EBF5FB; 
	 scrollbar-highlight-color:black; 
	 scrollbar-3dlight-color:#EBF5FB; 
	 scrollbar-darkshadow-color:#EBF5FB; 
	 scrollbar-shadow-color:#666666;
}

#content_press {
     width:680px; 
	 height:270px; 
	 z-index:1; 
	 overflow: auto; 
	 white-space:pre; 
	 scrollbar-arrow-color:white; 
	 scrollbar-track-color:black; 
	 scrollbar-face-color:#191313; 
	 scrollbar-highlight-color:white; 
	 scrollbar-3dlight-color:#191313; 
	 scrollbar-darkshadow-color:black; 
	 scrollbar-shadow-color:#666666;
}
