			BODY {				background: #FFFFFF; /* for non-css3 browsers */
				filter:  progid:DYImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8fff8'); /* for IE */
				background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e8fff8)); /* for webkit browsers */
				background: -moz-linear-gradient(left,  #ffffff,  #e8fff8); /* for firefox 3.6+ */
				
				font-family: simsun, sans serif;
			}

			.menubox 	{
				margin: 10px 0px;
				padding: 10px 6px;
				text-align: center;
				line-height: 120%;
				
				border-radius: 1em;
				-webkit-border-radius: 1em;
				-moz-border-radius: 1em;
				
				box-shadow: 0px 1px 3px #333;
				-webkit-box-shadow: 0px 1px 3px #333;
				-moz-box-shadow: 0px 1px 3px #333;
			
				background: #c4f8f3; /* for non-css3 browsers */
				filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8fff8', endColorstr='#b8ddf8'); /* for IE */
				background: -webkit-gradient(linear, left top, left bottom, from(#e8fff8), to(#b8ddf8)); /* for webkit browsers */
				background: -moz-linear-gradient(top,  #e8fff8,  #b8ddf8); /* for firefox 3.6+ */
			
				border: solid 1px #6d6d6d;}
				
			.menutitle	{font-size:16pt; font-weight:bold; color:#474cd8; line-height:150%;}
				.shadow {-moz-box-shadow: 3px 3px 4px #000;	-webkit-box-shadow: 3px 3px 4px #000;	box-shadow: 3px 3px 4px #000;}
			
			.title	{font-size:20pt; font-weight:bold; color:#474cd8;}

			.menubox a {text-decoration:none; color:#000033;}
			.menubox a:hover {color:#0000FF}
			
			.contentbox {padding-right:50px; padding-left:30px;}
			.hidden {display:none;}
			.visible {display:inline;}
			
			A	{text-decoration:none; font-weight:bold;}
			LI {margin-left:10px;}
			H1 {font-size:20pt; font-weight:bold; color:#474cd8; text-align:center;}
			H2 {font-size:16pt; font-weight:bold; color:#123aa8; margin-bottom:2pt; margin-left:-10px;}
			H3 {font-size:14pt; font-weight:bold; color:#CC0000;}
			DD {text-indent:40px; margin-left:0px;}
			