body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #004040;
}
h1 {
	color: maroon;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	color: #004040;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	color: #004040;
}
td {
	font-size: 12px;
	text-align: left;
}
th {
	color: #004040;
	font-weight: bold;
	text-align: center;
	border-bottom: Solid; border-bottom-color: #004040;
	border-bottom-width: 1 px;
}
.tableoutput {
	font-size: 12px;
	text-align: center;
}
.totals {
	font-size: 10px;
	text-align: center;
	background-color: #CCCC99;
}
.section {
	text-align: center;
	font-weight: bold;
}
.section2 {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #004040;
}
.section3 {
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
}
.prompt1 {
	/*font-weight: bold;*/
	color: white;
	background-color: #004040;
	
}
.prompt2 {
	background-color: #004040;
	text-align: center;
}
.prompt3 {
	background-color: #004040;
	text-align: center;
	color: white;
}
.warning {
	text-align: center;
	color: Red;
	font-size: 12px;
}
.button {
	background-color: #FFFFCC;
	color: #004040;
}
.userinput {
	background-color: #004040;
}
.logo {
	margin-left: 15px;
	font-size: 14px;
}
a:link {
	color: #004040;
}
a:visited {
	color: Gray;
}
a:hover {
	color: #004040;
	background-color: Yellow;
}
a:active {
	color: #004040;
}
.output1 {
	text-align:left;
	color: #004040;
	background-color: #CCCC99;
}
.output2 {
	text-align: right;
	color: #004040;
}
.outputheading {
	color: #FFFFFF;
	background-color: #004040;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}
.tablelook
{
    border:solid 1px #004040;
}

