body {
	background: #fff;
	margin: 0;
	padding: 0;
}

h1,dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}

.dl,ul {
	list-style: none;
}

.style1 {font-size: smaller}
.style2 {font-size: small}
.style3 {font-size: x-small}

/*---*/
.cont-left {
	width: 170px;
	background-color: #eee;
	vertical-align: top;
	text-align: center;
}

.nav {
	width: 160px;
	margin: 3px auto 50px;
	padding: 0;
	border-top: solid 2px #006;
	border-left: solid 2px #006;
	border-right: solid 2px #006;
	border-bottom:solid 1px #006;
	background-color: #fff;
	text-align: center;
}

.nav-text {
	margin: 5px 5px 10px;
	text-align: left;
}

.nav dt {
	color: #fff;
	background-color: #006;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
}

.nav ul {
	background-color: #EBF0FF;
	text-align: left;
}

.nav li {
	padding: 5px 0 5px 15px;
	border-bottom: solid 1px #006;
}

.nav a:link,
.nav a:visited,
.nav a:active {
	text-decoration: none;
	color: #006;
}

.nav a:hover {
	text-decoration: underline;
	color: #FF6600;
}

.q {
	margin: 10px 0 3px;
}

