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: #8B1C0A;
	font-size: small;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin : 0px;
	padding : 0px;
}
/* H1 formatting */
H2
{
	color: #8B1C0A;
	font-size: xx-small;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin : 0px;
	padding : 0px;
}
/* H2 formatting */
LI
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* LI formating */
P
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0px;
	text-indent: 0cm;
	line-height: 15px;
}
/* normal text with a 1cm indent */
TD
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 5px;
	text-indent: 0cm;
	line-height: 18px;
}
STRONG
{
	color: #003300;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
.picturetext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style : italic;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
}
/* text back to top or footer */
.text
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	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: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* White Text*/
.tinytext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
/* text back to top or footer */
.tinytextwhite
{
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
/* text back to top or footer */
.wrapleft
{
	float: left;
	text-align: center;
}
/* forces images or callout boxes to the left */
.wrapright
{
	float: right;
	text-align: center;
}
/* 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; }
/*Breadcrumb formatting