p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
.newfont p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.white h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: square;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: square;
	list-style-image: none;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	text-decoration: underline;
}
.white li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	list-style-type: square;
}
.white ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	list-style-type: square;
	list-style-image: none;
}
.white a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #b2d569;
	font-weight: bold;
	text-decoration: none;
}
.white a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #b2d569;
	font-weight: bold;
	text-decoration: none;
}
.white a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c1e771;
	font-weight: bold;
	text-decoration: underline;
}


.footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.white p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.whitenewfont p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	text-decoration: underline;
	font-weight: normal;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.borderad {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.borderhdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.leftborder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.borderbtm {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bkgrnd {
	background-color: #006666;
}

img.floatleft {
float:left;
margin-top:2px;
margin-right:5px;
margin-bottom:7px;
} 
img.floatrt {
float:right;
margin-top:2px;
margin-left:10px;
margin-bottom:7px;
} 
