.headerlink
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
/* header link formatting */
.headertext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* header text formatting */
.quote
{
	color: Black;
	font: italic bolder 16px Arial, Helvetica, sans-serif;
	text-align: center;
}
H1
{
	color: #000000;
	font-size: medium;
	font-weight: bolder;
	text-decoration: none;
	border-bottom: thin solid Gray;
	font: 24px Arial, Helvetica, sans-serif;
}
/* H1 formatting */
H2
{
	color: #000000;
	font-size: medium;
	font-weight: bolder;
	border-bottom: thin solid Gray;
	margin: 5px;
	text-decoration: none;
	font: 18px Arial, Helvetica, sans-serif;
}
/* H2 formatting */
H3
{
	color: #000000;
	font-size: medium;
	font-weight: bolder;
	margin: 5px;
	text-decoration: none;
	font: 18px Arial, Helvetica, sans-serif;
}
/* H3 formatting */
STRONG
{
	color: #242C31;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
UL
{
	padding-top : 0px;
	padding-bottom : 5px;
	margin-top : 0px;
	margin-bottom : 5px;
}
LI
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* LI formating */
P
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 5px;
	text-indent: 0cm;
	line-height: 18px;
	text-align: justify;
	padding-bottom : 8px;
}
/* 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: Black;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* text back to top or footer */
.tinytextwhite
{
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* 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: #03f;
	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 */
.wrapright
{
	float: right;
	padding-left: 10px;
	text-align: justify;
}
/* forces images or callout boxes to the right */
.wrapleft
{
	float: left;
	text-align: left;
	text-align: justify;
	padding-right: 10px;
}
/* forces images or callout boxes to the left */
A:link
{
	color: blue;
}
/* unvisited links */
A:visited
{
	color: blue;
}
/* visited links   */
A:hover
{
	color: red;
}
/* user hovers     */
A:active
{
	color: silver;
}
/* active links    */