body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

.heading {  font-size: 18px; color: #2C5D41; font-weight: bold}
.subheading { font-size: 16px; color: #77A066; font-weight: bold }
.highlight { font-size: 16px; color: #000000; font-weight: bold }

a { color: #008435; text-decoration: none}
a:visited {color: #2C5D41; text-decoration: none}
a:hover {color: #E20A16; text-decoration: underline}

.subMenu { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #2C5D41; font-weight: bold;text-decoration: none}

.footer { font-size: 10px; color: #000000; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #2C5D41; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #2C5D41; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #E20A16; font-weight: normal; text-decoration: underline}


.inputbox {
	background-color : grey;
	border-style: grey;
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px ;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
}

.button {
	background-color : #grey;
	border-style: grey;
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px ;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
}

.header {
	font : small;
	background-color : #000066;
	color : yellow;
	border : white;
	letter-spacing : 2px;
	font-weight : bold;
}

.desc {
	background-color : white;
	font : x-small;
	color : #666666;
	padding : 3px;
}

.list {
	font : x-small;
	border-bottom : thin groove #000066;
}

h1 {
	font : bold large;
	text-decoration : underline;
	text-transform : capitalize;
	font-variant : small-caps;
}

