@charset "iso-8859-1";
body {
	background: #fff;
	margin: 0px;
	color: #000;
	font-family: "verdana", sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	padding: 0px;
}

.b{font-weight:bold;}
.i{font-style:italic;}
.u{text-decoration:underline;}

.note {
	font-size: 10px;
}

a:link{ background: #fff; color: #069; }
a:visited{ background: #fff;color: #939; }
a:hover{ background: #fff;color: #f00; }
a:active { background: #fff;color: #f00; }

html > body {
	width: auto;
}

#top {
	background: url('images/head.gif');
	color: #000;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100px;
	position: absolute;
}

#left {
	width: 200px;
	color: #000;
	background: #fff;
	border-right: 1px solid #069;
	position: absolute;
	left: 0px;
	top: 137px;
	text-align: right;
}

#leftPad {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#left .head {
	font-family: "trebuchet ms",sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

#right {
	top: 137px;
	right: 0px;
	width: 152px;
	position: absolute;
}

#right dl dt a.nav {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
	background: #09c;
	color: #fff;
	text-decoration:none;
	display: block;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	font-weight: bold;
	border-right: 4px solid #369;
}

#right dl dt a.nav:hover {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
	background: #069;
	color: #fff;
	text-decoration:none;
	display: block;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	font-weight: bold;
	border-right: 4px solid #369;
}

#right .on {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
	background: #000;
	color: #fff;
	text-decoration:none;
	display: block;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	font-weight: bold;
	border-right: 4px solid #369;
}

#content {
	background: #fff;
	color: #000;
	position: relative;
	width: auto;
	height: auto;
	font-family: "verdana", sans-serif;
	font-size: 11pt;
	margin: 137px 195px 50px 225px;
	line-height: 1.5em;
	padding-bottom: 120px;
}

#content h1 {
	 font-family: "trebuchet ms",sans-serif;
	 font-size: 18pt;
	 font-weight: bold;
	 color: #069;
	 background: #fff;
}

#content hr {
	height: 1px;
	color: #069;
	background: #fff;
}

#bot {
	position: relative;
	background: #fff;
	color: #000;
	width: 100%;
	display: block;
	font-size: 10px;
	text-align: center;
}

#form {
	padding: 20px;
}

#form h1 {
	 font-family: "trebuchet ms",sans-serif;
	 font-size: 18pt;
	 font-weight: bold;
	 color: #069;
	 background: #fff;
}