body {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

hr {
	color : White;
	border : thin ridge;
}

a {
	color : #6F9251;
	text-decoration : none;
 font-weight: normal
}

a:link {
	color : #6F9251;
	text-decoration : none;
 font-weight: normal
}

a:hover {
	text-decoration : underline;
}

td	{
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color: #FFFFFF	}
	
.subHeading {
	font-size : 14px;
	color : White;
}

.footnote {
	font-size : 10px;
	line-height : 12px;
}

li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	}

.heading {
	font-size: 16px
}

.heading2 {
	font-size: 20px;
}

.headingitalic {
	font-size: 16px;
	font-style: italic;
}

.headingitalic2 {
	font-size: 20px;
	font-style: italic;
}

.heading2italicunderline {
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
}

.headingitalic3 {
	font-size: 24px;
	font-style: italic;
}

.underline {
	text-decoration: underline;
}
.linkCurrent {
	color: #339900;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-style: italic;
	font-weight: bold;
}

.textwhite {
	color: #FFFFFF;
}

.textblack {
	color: #000000;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	}

.bottommenu {
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}

.tableOutline {
	border: 1px solid #FFFFFF;
}

.tableblack {
	background-color: #0F0F0F;
	color: #FFFFFF;
}