.headerlink
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
/* header link formatting */
.headerlink:hover
{
	color: red;
}
.headertext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}
/* header text formatting */
H1
{
	color: #663300;
	margin-top: 20px;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	font-size: large;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* H1 formatting */
H2
{
	color: #663300;
	margin-top: 10px;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	font-size: medium;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* H2 formatting */
TD
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.header
{
	color: #FFD537;
	font-size:medium;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:3px;
}
/* H3 formatting */
.bigstrong
{
	color: #000000;
	font-size: 20px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
STRONG
{
	color: #663300;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
EM
{
	color: #000000;
}
LI
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding-right: 20px;
}
/* LI formating */
.homepagetext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight:lighter;
	text-decoration: none;
	text-indent: 0cm;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
}
P
{
	color: Black;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}
/* normal text with a 1cm indent */
.text
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* normal text, this should not be used that often, use the <p> tag instead */
.tinytext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	text-decoration: underline;
}
/* text back to top or footer */
.leftnav
{
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #4B4B4B;
	text-decoration: underline;
	line-height: 18px;
}
/* text for left nav */
.calloutheader
{
	font-family: arial,helvetica,sans-serif;
	color: #336633;
	font-size: 15px;
	font-weight: bold;
}
/* header text for callout box */
.calloutheader-small
{
	font-family: arial,helvetica,sans-serif;
	color: #03f;
	font-size: 12px;
	font-weight: bold;
}
/* header text for callout box */
.callouttext
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 11px;
}
/* text for callout box */
.wrapleft
{
	float: left;
	padding : 5px 5px 5px 5px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style : italic;
	text-align : center;	
}
/* forces images or callout boxes to the right */
.wrapright
{
	float: right;
	padding : 5px 5px 5px 5px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style : italic;
	text-align : center;
}
/* forces images or callout boxes to the right */
A:link
{
	color: green;
}
/* unvisited links */
A:visited
{
	color: green;
}
/* visited links   */

