body {
	background-color : #ffffff;
	margin-left : 10%;
	margin-right : 10%;
	padding: 0;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

hr {
	color : #526B39;
	margin-left: auto;
	margin-right: auto;
	background-color : #526B39;
	height : 3px;
	width : 590px;
	}

H1 {
	color : #006633;
	text-align : center;
	font-size : 170%;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

H2 {
	color : #006633;
	text-align : center;
	font-size : 140%;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

H3 {
	color : #000000;
	text-align : left;
	font-size : 120%;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

H4, H5, H6 {
	color : #000000;
	text-align : left;
	font-size : 100%;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.toplinkhead {
	color: #006633;
	font-size: 100%;
	font-weight: bold;
	}

.toplinksub {
	color: #006633;
	font-size: 80%;
	font-weight : bold;
	padding-top: .5em;
	}

.divisionlink {
	padding-left : 30px;
	text-indent: -15px;
	font-weight : bold;
	font-style : italic;
	font-size: 80%;
	color : #006633;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.toplink {
	padding-left : 30px;
	font-size: 80%;
	text-indent: -15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: .5em;
	}

.floatalignright {
	float: right;
	text-align: right;
	}

.pdftext {
	color: #006633;
	font-size: 80%;
	}

.clearboth {
	clear: both;
	}

.imagealignright {
	float: right;
	text-align: right;
	padding-top: .6em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	}

.imagealignleft {
	text-align: left;
	float: left;
	padding-top: .6em;
	padding-bottom: 1.2em;
	padding-right: 1.2em;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	}

.imagealigncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: .6em;
	padding-bottom: 1.2em;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	}

table td {
	background-color : #ffffff;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

table th {
	background-color : #eeffee;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align : center;
	}

.leaving {
	vertical-align: sub;
	}

.calloutbox {
	text-align: center;
	background-color: #eeffee;
	padding: .6em;
	border: thick solid #006633;
	font-weight: bold;
	}

.smallfont {
	font-size: 80%;
	}

.indent {
	margin-left: 35px;
	}

.dblindent {
	margin-left: 70px;
	}

.trpindent {
	margin-left: 105px;
	}

.quadindent {
	margin-left: 140px;
}

.redtext {
	color: #ff0000;
	}
	
.blacktext {
	color: #000000;
	font-weight: normal;
	}
	
.strike {
	text-decoration: line-through;
	}

.underline {
	text-decoration: underline;
	}
	
.center {
	text-align: center;
	}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table caption {
	font-size : 105%;
	font-weight: bold;
	padding-bottom: 7px;
	}
	
.center caption {
	margin-left: auto;
	margin-right: auto;
	}
	
img {
	color: #ffffff;
	background: #ffffff;
	border: 0px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;	
	}
	
.noborder {
	border: 0px;
	}

.floatalignright img {
	border: 0px;
	}
	
.leaving img {
	border: 0px;
	}
	
ul {
	list-style-type: disc;
	list-style-position: outside;
	}
	
ul ul {
	list-style-type: circle;
	list-style-position: outside;
	}

ul ul ul {
	list-style-type: square;
	list-style-position: outside;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	
.nobullet {
	list-style-type: none;
	}
		
.listspace {
	padding-bottom: 1em;
	}
				
.listspace  li {
	padding-bottom: 1em;
	}

.listspace  dd {
	padding-bottom: 1em;
	}

ul.circle {
	list-style-type: circle;
	list-style-position: outside;
	}	
	
ol.upperalpha {
	list-style-type: upper-alpha;
	list-style-position: outside;
	}
	
ol.loweralpha {
	list-style-type: lower-alpha;
	list-style-position: outside;
	}
	
ol.upperroman {
	list-style-type: upper-roman;
	list-style-position: outside;
	}
	
ol.lowerroman {
	list-style-type: lower-roman;
	list-style-position: outside;
	}
	
input, textarea, select {
	background: #f0f0f0;
	color: #000000;
	}
