@charset "UTF-8";

div, img { behavior: url(iepngfix.htc) }

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.rightNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a.topNavLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

a.topNavLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	font-weight: bold;
	text-decoration:none;

}

a.topNavLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

a.topNavLink2:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#000;
	text-decoration:none;
}

a.topNavLink2:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#000;
	text-decoration:none;
}

a.topNavLink2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.topNavLinkChi:link {
	font-family: "Apple LiGothic Medium";
	font-size: 16px;
	color:#000;
	font-weight: normal;
	text-decoration:none;
}

a.topNavLinkChi:visited {
	font-family: "Apple LiGothic Medium";
	font-size: 16px;
	color:#000;
	font-weight: normal;
	text-decoration:none;
}

a.topNavLinkChi:hover {
	font-family: "Apple LiGothic Medium";
	font-size: 16px;
	color:#000;
	font-weight: normal;
	text-decoration:none;
}

.Div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.footerLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.rightDescText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	padding-right:15px;
	}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:justify;
}