body {
  margin: 5px;
	min-width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
  margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
  margin-top: 0px;
	margin-bottom: 15px;
	color: #47611D;
  font-size: 14px;
	font-weight: bold;
}

h2 {
  margin-top: 15px;
	margin-bottom: 10px;
	color: #47611D;
  font-size: 13px;
	font-weight: bold;
}

h3 {
  margin-top: 0px;
	margin-bottom: 10px;
	color: #628B22;
  font-size: 12px;
	font-weight: bold;
}

ul {
  margin-left: 0;
  padding-left: 5px;
  list-style: none;
}

li {
  padding-left: 15px;
  background-image: url(images/bullet_custom.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link { color: #628B22; text-decoration: none; }
a:visited { color: #628B22; text-decoration: none; }
a:active { color: #628B22; text-decoration: none; }

a.heyshauna:link { color: #90AA67; text-decoration: none; }
a.heyshauna:visited { color: #90AA67; text-decoration: none; }
a.heyshauna:active { color: #90AA67; text-decoration: none; }

.block-content {
  padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: justify;
}

.block-scroll-container	{ 
	position: relative;
	overflow: hidden;
	width: 750px;
	height: 315px;
	z-index: 100;
}

.block-scroll-outer	{ 
	position: absolute; 
	left: 0px;
	top:0px; 
	width: 750px;
	height: 315px; 
	clip: rect(0px, 750px, 315px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

.block-scroll-inner	{ 
	position: absolute;
	visibility: hidden; 
	left: 0px;
	top: 0px; 
	z-index: 1; 
}

.block-news-show {
  display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.block-news-hide {
	display: none;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.table-outer {
  background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.cell-inner {
  border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.text-footer {
  padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
}

.text-ltgrey {
	color: #999999;
}

.text-whitegrey {
	color: #CCCCCC;
}

.text-red-bold {
	font-weight: bold;
	color: #FF0000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
	padding-left: 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	padding-left: 2px;
	padding-right: 2px;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #FFFFFF;
	background-color: #47611D !important;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
