/* CSS Document */
.levelone{
	font-weight: bold;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	text-indent: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-color: #EEC4BF;
	margin-top: 0px;
	color: #333333;
}
.levelone a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
.levelone a:hover {
	text-decoration: underline;
}
.leveltwo {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	text-indent: 80px;
	padding-bottom: 0px;
	background-color: #EEDFD0;
	color: #333333;
}
.leveltwo a:link, a:visited{
	color: #333333;
	text-decoration: none;
}
.leveltwo a:hover {
	text-decoration: underline;
}
.levelthree {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	text-indent: 120px;
	padding-bottom: 0px;
	background-color: #FFEFDF;
	color: #333333;
}
.levelthree a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
.levelthree a:hover {
	text-decoration: underline;
}
