/*Zetland Style Sheet*/

body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	background-color:#E0D99C
	}

#zh	{
	display: none;
	}
	
 #Content {
	width:940px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	/*border:1px solid #336600;*/
	background-color:#FDFBE2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #3e3e3e;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	height:auto;
	}

#Footer {
	font-size: 7pt;
	text-align: center;
	} 

#FooterStart {
	border-top: medium double #000000;
	}

#intro {
	position:relative;
	top: 0px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 6px;
	text-align:justify;
	font-size:7pt;
	border: 1px solid black;
	height: 90px;
	overflow: auto;
	}

#justify {
	text-align: justify;
	}
	
.justify{
	text-align: justify;
	}
	
.alignRight { 
	float:right; 
	margin-left: 1em; 
	width:200px;
	height: 200px;
	border-style: none;
	}

#status {
	font-size:.9em;
	color:#CC0000;
	/*font-weight:bold;
	font-style:italic;*/
	text-align:center;
	}

