@charset "utf-8";

/* ######### Begin Body Styles ######### */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
.clear {
	clear: both;
}
.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;
}
.borderzero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #006666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006666;
	font-style: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #8e7947;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006666;
}
#news a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006666;
	text-decoration: underline;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.indent {
	margin-left: .5in;
}
.indentsmall {
	margin-left: 0.2in;
}
.center {
	text-align: center;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.boldmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.italicsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
.italicsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.italicmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
}
.goldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #98823D;
}
.italicgold {
	color: #8e7947;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
}
.darkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #B90000;
	text-decoration: none;
}
.darkredlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #B90000;
	text-decoration: none;
}
.smallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: 006666;
}
.reggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006666;
}
.reggreenverdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006666;
}

.Lggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006666;
}
.smallpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}
.tableborder {
	border: .01in ridge #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.tablecellcolor {
	background-color: #cab679;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.toptitle {
	color: #8e7947;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
