.fltrt  {
	float: right;
	margin-left: 8px;
}
.fltlft  {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #663300;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	color: #663300;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #663300;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #663300;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #3333cc;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #3333cc;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #3333cc;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	color: #3333cc;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.fontgreenSM {
	color: #66aa094;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.fontgreenMED {
	color: #66aa094;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.fontbrownSM{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #663300;
}
.fontbrownMED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #663300;
}
.fontyellowSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFC;
}

.fontyellowMED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFC;
}
.fontredMED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #900;
}


.indent {
	margin-left: .5in;
}
.italic {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.italicsmall {
	color: #000000;
	font-size: x-small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.greenbox {
	background-color: #CCFFCC;
	border: 1px double #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

li {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ol {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.tabletext {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.aligncenter {
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #33C;
	text-decoration: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
