body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
	line-height: 15px;
}

code, pre {
  font: 10px "courier new", courier, monospace;
}

form {
	margin-bottom : 0; 
}

body {
	background-color: #fff;
  color: #38721D;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #A86E33;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #7D4811;
	font-weight: bold;
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
  color: #93A1CC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover {
  color: #6879AF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.header:link, a.header:visited, a.header:active, a.header:hover {
	font-size: 11px;
}

.alert {
  color: #f00;
}

.required {
  color: #B54C43;
	font-size: 9px;
}

.header {
  color: #96703A;
	font-size: 12px;
	font-weight: bold;
}

.header2 {
  color: #96703A;
	font-size: 18px;
	font-weight: bold;
}

.stroke {
	border: #000 1px solid;
}

.footer {
	color: #93A1CC;
	font-size: 9px;
}

.brown {
	color: #956E36;
}