@charset "utf-8";
/* CSS Document */

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-size: x-large;
	color: #FFF;
}
body {
	margin-left: 100px;
	background-image: url(images/siteBackground.jpg);
	margin-top: 0px;
	background-repeat: repeat;
}
.pageCorner {
	background-image: url(images/shadow_in_corner.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bgBlue {
	background-color: #47751B;
	background-repeat: repeat;
	color: #FFF;
	padding-left: 20px;
	font-weight: bolder;
}

</style>.colPadding {
	padding: 6px;
	text-align: justify;
}
.colPadding {
	text-align: justify;
	padding: 6px;
}
.endPadTitle {
	padding-top: 0px;
	font-size: x-large;
	padding-left: 10px;
	color: #FFF;
	line-height: 36px;
}
.sideParagraph {
	text-align: justify;
	padding-right: 10px;
}
.BigGreenText {
	font-size: 36px;
	color: #060;
	padding-top: 4px;
	text-align: center;
	font-weight: bolder;
}
.sideParagraph {
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}
.centerRowTxt {
	text-align: center;
}
.colJustifyRight {
	text-align: left;
}
.BigGreenText16 {
	font-size: 24px;
	color: #060;
	text-align: center;
}
.blackBox {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
.BoldOnly {
	font-weight: bold;
}

