body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

#content p, #nobar p {
	font-size: 1.25em;
	}

.ch {
	font-size: 1.25em;
	}

.label {
	font-family: arial, verdana, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #000;
	margin-bottom: 0px;
	}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	color:#C80000;
	text-transform: none;	
	letter-spacing: 0em;
	}

h1.ch {
	font-size: 2.2em;
	font-weight: normal;
	color:#C80000;
	text-transform: none;	
	letter-spacing: 0em;
	}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	color:#555;
	text-transform: none;	
	letter-spacing: 0em;
	}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color:#000;
	margin-bottom: 0px;
	}

h4 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color:#000;
	margin-bottom: -10px;
	padding-bottom: 0px;
	}





/* link styles */
a {
	color: #555;
	text-decoration: underline;
	}

a.language {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, #footermenu a:hover {
	color: #e00;
	text-decoration: underline;
	}

#footermenu a {
	color: #777;
	text-decoration: none;
	}

a.section {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#000;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;	
	letter-spacing: 0em;
	}

a.section:hover, a.section:active {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#e00;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;	
	letter-spacing: 0em;
	}

a.chinese {
	font-size: 15px;
	color:#000;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;	
	letter-spacing: 0em;
	}

a.chinese:hover {
	font-size: 15px;
	color:#e00;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;	
	letter-spacing: 0em;
	}





/* misc */
.center {
	text-align: center;
	}

.bold {
	font-weight: bold;
	}

.floatright {
	float: right;
	margin-top: -5px;
	}

