body {
background-color: #cccc99;
}

body,td,th {
	font-family: Times, serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #004b2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #004b2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;	
}
a:hover {
	color: #131c46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	color: #004b2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;	
}
a.menu:link {
	color:#1a255c;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
a.menu:visited {
	color:#1a255c;
	font-size:18px;
	font-weight:bold;
	padding:3px;	
}
a.menu:hover {
	color:#1a255c;
	font-size:18px;
	font-weight:bold;
	background-color: #ddddb4;
	text-decoration:none;
	padding:3px;	
}
a.menu:active {
	color:#1a255c;
	font-size:18px;
	font-weight:bold;
	padding:3px;	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004b2c;
	font-weight: bold;
	
}
.subheading {
	font-size: 17px;
	font-weight: bold;
	font-style:italic;	
	color: #383810;
}
.subheading2 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.text1 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-style:italic;
}
