body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #007700;
	text-decoration: none;
}
H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #007700;
	text-decoration: none;
}
H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #007700;
	text-decoration: none;}
H4 {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}}
H5 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; FONT-WEIGHT: bold}
H6 {font-family: Geneva, Arial, Helvetica, sans-serif;  font-size: 12px; FONT-WEIGHT: normal}
P {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
LI {FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal; font-size: 14px}

DIV.lists {FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;  font-size: 14px; FONT-WEIGHT: normal}
DIV.text1 {FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;  font-size: 12px; FONT-WEIGHT: bold}
DIV.text2 {FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;  font-size: 12px; FONT-WEIGHT: normal}
DIV.title {FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;  font-size: 20px; FONT-WEIGHT: bold; color: #FFFF99}

a:link {
	text-decoration: none;
	color: #3333cc;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3333cc;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #B71604;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #3A6340;
	font-weight: bold;
}.updatedOn {
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	color: #006600;
}

a.tooltip {
	position:relative;
	cursor:help;
}
a.tooltip span {
	display:none;
	position:absolute;
	top:0px;
	left:200px;
	width:400px;
	padding:8px;
}
a.tooltip:hover {
display:inline;
}
a.tooltip:hover span {
display:block;
background-color:white;
border:1px solid gray;
}
.header {
	background-image: url(images/header-wp.jpg);
	height: 94px;
	background-repeat: no-repeat;	
}
