a.reports {font-family: arial, helvetica,sans-serif; font-size: 11px;}
A:link
{
	color: blue;
}
/* unvisited links */
A:visited
{
	color: blue;
}
/* visited links   */
A:hover
{
	color: red;
}
/* user hovers     */
A:active
{
	color: silver;
}
/* active links    */
H1
{
	color: #000000;
	background-color: #CCCCCC;
	font-size: medium;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom : 0px;
	margin-bottom : 0px;
}
/* H1 formatting */
H2
{
	color: #000000;
	font-size: medium;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
}
/* H2 formatting */
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;
}
/* normal text with a 1cm indent */
STRONG
{
	color: #003300;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
TH
{
	color: #003300;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
.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 */
.cboxhead1, .cboxhead2, .cboxtext, .cboxlink
{
	font-family: arial,helvetica;
	font-size: 11px;
	color: #000;
}
.cboxhead2
{
	color: #03F;
	font-weight: bold;
}
.cboxlink
{
	text-decoration: none;
}
.cboxlink:hover
{
	text-decoration: underline;
}
.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 */
.leftnav
{
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #4B4B4B;
	text-decoration: underline;
	line-height: 18px;
}
/* text for left nav */
.picturetext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style : italic;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
}
/* text back to top or footer */
.strongred
{
	color: Red;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
.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 */
.textwhite
{
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* White Text*/
.tinytext
{
	color: #000000;
	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 */
.wrapleft
{
	float: left;
	text-align:left;
	text-justify:auto;
}
/* forces images or callout boxes to the left */
.wrapright
{
	float: right;
}
/* forces images or callout boxes to the right */
.breadcrumb { font-family:verdana,sans-serif; font-size:10px; margin-left:1px; }
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited { color:#7D7E80; }
.editor
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.strongred
{
	color: Red;
	font-size: 10px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

