.normalText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
}
.smallText {
	font-size: 9px;
	font-style: normal;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.outerTable {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 800px;
	border: thin double #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: table;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	background-color: #FFFFFF;
}
.ruler {
	border-top-color: #C8C7B9;
	border-right-color: #C8C7B9;
	border-bottom-color: #C8C7B9;
	border-left-color: #C8C7B9;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	background-color: #FFFfff;
}


.navLabels {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.bigTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	text-align: center;
}
.darkgreennormaltext {
	color: #330;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
}
