/* CSS Document */

A:link  { color: #993300; text-decoration : underline; font-weight : none; }
A:active  { color: #993300; text-decoration : none; font-weight : none; }
A:visited  { color: #993300; text-decoration : underline; font-weight : none; }
A:hover  { color: #000000; text-decoration : underline; font-weight : none; }

A.onblack:link  { color: #FFFFFF; text-decoration : none; font-weight : normal; }
A.onblack:active  { color: #FFFFFF; text-decoration : none; font-weight : normal; }
A.onblack:visited  { color: #FFFFFF; text-decoration : none; font-weight : normal; }
A.onblack:hover  { color: #FF9900; text-decoration : underline; font-weight : normal; }

A.breadcrumb:link  { color: #000000; text-decoration : underline; font-weight : bold; }
A.breadcrumb:active  { color: #000000; text-decoration : underline; font-weight : bold; }
A.breadcrumb:visited  { color: #000000; text-decoration : underline; font-weight : bold; }
A.breadcrumb:hover  { color: #993300; text-decoration : none; font-weight : bold; }

body {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: arial, verdana, Helvetica, sans-serif;
	}

td { font-size:11px; color:#222222; }
span.title1 { font-weight:bold; font-size:12px; }
span.title2 { font-weight:bold; }
span.highlight { color:#990000; }
span.italics { font-style:italic;}
span.small { font-size:10px;}

.Head{ font-size:15px; font-weight:bold; color:#990000; font-family: arial, verdana, Helvetica, sans-serif; }
.SubHead{ font-size:11px; font-weight:bold; color:#000; }
.TextBox { font-size:11px; color:#990000; }
.imessage { font-weight:bold; color:#990000; }
.bcrumb { color:#000000; font-weight: bold; }

#absbar {
height:23px;
width: 582px;
position: absolute;
top: 30px;
left: 330px;
}