body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
.totalLine {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.smallText {
	font-size: smaller;
	color:#666666;
}
.nav {
	background-color: #FFFFCC;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
}
.navcapt {
	background-color: #EEEEEE;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
}
.navTitle {
	font-size: 125%;
	font-weight: bolder;
}
.formBig {
	font-size: larger;
}
.btnSubmit {
	background-color: #336633;
	color: #FFFFFF;
	font-weight: bold;
}
.btnReset {
	background-color: #660000;
	color: #FFFFFF;
}
li {
	padding-bottom: 7px;
}

