    body {
	font-family:"MS UI Gothic";
	text-align: left;
	line-height: 150%;
	font-size: 10px;
	color: #000000;
	background:#FFFFFF;
	margin:0px 0px 0px 0px;
}

img { 
	border-style:none;
}

a:link {
	color: #222222;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}


#logo {
	width:820px;
	text-align: left;
	margin:0 auto 0px auto;
	background:#576263;
	border-color:#000000;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	height:50px;
	}
	
#logo h1 {
	padding:3px;
	margin:0px;
	font-size:10px;
	color:#000000;
}

#main {
	width:820px;
	text-align: left;
	padding: 0px 0px;
	margin:0px auto 0px auto;
	height:auto;
	border-color:#000000;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	background:#87A0A1;
}



