* {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
}

body {
	background-image: url(../images/bgrnd_fill.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
}
.line {
	color: #5FA319;
	border-top-color: #5FA319;
	border-right-color: #5FA319;
	border-bottom-color: #5FA319;
	border-left-color: #5FA319;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #5fa319;
	letter-spacing: -0.4px;
	font-weight: bold;
   background: url('../images/redmark_1.jpg') no-repeat;
   padding-left: 20px;
   margin: 10px;
   margin-top: 30px;
}
.lees_link {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	color: #5fa319;
	font-style: italic;
	text-decoration: underline;
}
.small_txt {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	line-height: normal;
}

.style3 {
	color: #A4A4A4
}

#ContentBox {
   font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
}

p {
   margin: 0;
   padding: 0;
   padding-left: 30px;
   padding-right: 30px;
}

#ContentBox img {
   margin: 20px;
}

#ContentBox img[align=right] {
   margin: 0px;
   margin-left: 20px;
   margin-bottom: 10px;
}

#ContentBox img[align=left] {
   margin: 0px;
   margin-right: 20px;
   margin-bottom: 10px;
}

hr {
   height: 1px;
   border-width: 1px;
   color: #5fa319;
   background-color: #5fa319;
   border: #5fa319;
   margin-left: 30px;
   margin-right: 10px;
   margin-bottom: 20px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a.greenlink {
   color: #5fa319 !important;
}

a:visited {
   color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}