body {
	background-image: url(images/bgRepeat.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-repeat: repeat;
}
.h1 {
	font-size: 14px;
	font-weight: bold;
}
.greenBold {
	font-size: 12px;
	font-weight: bold;
	color: #008849;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li { list-style-position:2px;
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #008849;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #008849;
}
a:hover {
	text-decoration: none;
	color: #008849;
}
a:active {
	text-decoration: underline;
	color: #008849;
}
.redBold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.greenArialBold {
	font-size: 12px;
	font-weight: bold;
	color: #008849;
}
.arialWhite {
	font-size: 12px;
	color: #FFFFFF;
}
.yellowSpacer {
	font-size: 14px;
	font-weight: bold;
	color: #CCFF00;
}
.greenCustom {
	font-size: 13px;
	font-weight: bold;
	color: #008849;
}


.flashBdr {
	border:#fff 1px solid; 
	}