body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: "verdana", Helvetica, sans-serif;
}

a {
  color: #7C694E;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

a.notbold {
  font-weight:normal;
  color: #7C694E;
  text-decoration: none;
  font-size: 13px;
}


a:hover { 
	color: #4E8510;
}

h1 {
	color: #4E8510;
	font-size: 28px;
	text-align: center;
}

h2 {
  text-align: center;
	color: #4E8510;
	font-size: 22px;
}

h3 {
	color: #D1CC96;
}

h4 {
  font-size: 14px;
  color: #7C694E;
  font-weight: bold;
}

p {
	font-size: 13px;
}

.bold-header {
	color: #7C694E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.bordered {
  border: 1px solid #AAAAAA;
  float: none;
  clear: both;
}
