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;
	text-align: center;
}
h2 {
	color: #004040;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #004040;
	font-size: 11pt;
	text-align: center;
}
h4 {
	font-size: 10pt;
	color: #004040;
}
.prompt1 {
	background-color: #004040;
	color: White;
	
}
.prompt2 {
	background-color: #004040;
	color: Black;
	text-align: center;
}
.prompt3 {
	background-color: #004040;
	text-align: center;
	color: white;
}
.userinput1 {
	background-color: #004040;
	color: Black;
	font-size: 10pt;
	text-align: center;
}
.warning {
	color: Red;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
.button {
	background-color: #FFFFCC;
	color: #004040;
}
.userinput {
	background-color: #004040;
}
.tint {
	color: Maroon;
	font-size: 12pt;
	background-color: #cccc99;
}
a:link {
	color: green;
	text-decoration: none;
}

a:hover {
	background-color: yellow;
	color: black;
	text-decoration: none;
}

a:visited {
	color: #8A2BE2;
	text-decoration: none;
}

a:active {
	color: #006400;
	text-decoration: none;
}
.logo {
    color:Gray;
	margin-left: 15px;
	font-size: 14px;
}
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: 1px;
}
.tableoutput {
	font-size: 10px;
	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;
}
.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;
}
