@charset "ISO-8859-1";
.indentleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 23px;
	color: #333333;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-position: 1px;
}
.dottedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.background {
	background-image: url(images/Circles.gif);
	background-repeat: repeat-y;
	background-position: center 15px;
}
.borderallaround {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
.moreindent {
	margin-left: 30px;
}
.navposition {
	margin-top: 30px;
	margin-left: 25px;
	position: absolute;
	top: 170px;
}
.indented {
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
