body {
	color: #013D19;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.topBG {
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
color: #0C5F28;
}

.greenLineRt {
	border-right: thin solid #013D19;
}
.greenLineBottom {
	border-bottom: thin solid #013D19;
}
h4 {
margin: 1px;
}
h3 {
margin: 1px;
}
.greenDashBorder {
	border: 1px dashed #013D19;
}
.formStyle {
margin: 0;
}
hr {
color: #013D19;
}

.sideLink {
	background-color: #DCF0E5;
	display:block;
	width: 135px;
	padding: 5px;
	border-bottom: 1px solid #013D19;
	text-decoration:none;
}
.sideLink:hover {
	background-color: #FFFFFF;
	display:block;
	width: 135px;
	padding: 5px;
	border-bottom: 1px solid #013D19;
	text-decoration:none;
}
.GreenBG {
background-color: #DCF0E5;
}.starbullett {
	list-style: url(images/star2.gif) outside;
}
.PinkBorder {
	border: 2px solid #F38BAC;
}
.fireworksBG {
	background-image: url(images/fireworksBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: thin solid #013D19;
}
.greenDashBorder2 {
	border: 2px dashed #013D19;
}
.strikethrough {
	color: #ff0000;
	text-decoration: line-through;
}

.stripeBG {
	background-image: url(images/news/stripeHeader.jpg);
	background-repeat: repeat;
	background-position: center top;
}