body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: Navy;
	font-size: 9pt;
}
h1 {
	color: Navy;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	color: Navy;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	color: Navy;
}
td {
	text-align: left;
}
th {
	color: #666666;
	font-weight: bold;
	text-align: center;
	border-bottom: Solid; border-bottom-color: #004040;
	border-bottom-width: 1px;
}
.tableoutput {
	font-size: 10px;
	text-align: center;
}
.tableoutput1 {
	font-size: 14px;
	text-align: left;
}
.tableoutput2 {
	font-size: 14px;
	text-align: center;
}
.tableoutput3 {
	font-size: 14px;
	text-align: right;
}
.totals {
	font-size: 10px;
	text-align: center;
	background-color: #CCCCCC;
}
.section {
	text-align: center;
	font-weight: bold;
}
.section2 {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #CCCCCC;
}
.section3 {
	text-align: center;
	font-weight: bold;
	background-color: #999999;
}
.prompt1 {
	/*font-weight: bold;*/
	color: Navy;
	background-color: #CCCCCC;
	
}
.prompt2 {
	background-color: #CCCCCC;
	text-align: center;
}

.prompt3 {
	background-color: yellow;
	text-align: center;
}
.prompt4 {
	background-color: #CCCCCC;
	text-align: left;
}
.warning {
	text-align: center;
	color: #800080;
	font-size: 12px;
}
.headertext {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.button {
	background-color: #CCCCCC;
	color: Navy;
}
.userinput {
	background-color: #CCCCCC;
}
.logo {
	margin-left: 15px;
	font-size: 14px;
}
a:link {
	color: Navy;
}
a:visited {
	color: Gray;
}
a:hover {
	color: Navy;
	background-color: #CCCCCC;
}
a:active {
	color: Navy;
}
.output1 {
	/*font-weight: bold;*/
	font-size: 14px;
	text-align: left;
	color: Navy;
	background-color: #CCCCCC;
}
.output2 {
font-size: 14px;
	text-align: center;
	color: Navy;
	background-color: #CCCCCC;
}
.output3 {
font-size: 14px;
	text-align: right;
	color: Navy;
	background-color: #CCCCCC;
}
.outputheading {
	color: #FFFFFF;
	background-color: Navy;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
