/* CSS Document */
.greenBold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5A842C;
}

.greenBold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5A842C;
}

.tinyWhite {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
}
#contentBG {
	width:780px;
	background-image: url(images/bodyBorder.png);
	background-repeat: repeat-y;
	z-index: 1;
}
#content {
	z-index: 2;
}
.greenLink_style {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5A842C;
	text-decoration: none;
}
.greenLink_style A:link {text-decoration: none}
.greenLink_style A:visited {text-decoration: none}
.greenLink_style A:active {text-decoration: none}
.greenLink_style A:hover {text-decoration: underline}
