.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.SideBarLeftSub {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
.catbold {
	color: #000033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.SectionSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.SideBarCopy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBarRightBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.BodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
body {
	background-image: url(images/bkground01.gif);
}

/* 
 Links which become blue when hovered upon and show that they have been 
 visited. 
*/
a.hiddenlink:link      {
	color: #990000;
	text-decoration: none;
}
a.hiddenlink:visited   {color: #990000; text-decoration: none}
a.hiddenlink:hover     {color: #990000; text-decoration: underline;}

/* 
 Links which become blue when hovered upon but do not show that they have 
 been visited. 
*/
a.staysblack:link     {color: black; text-decoration: none}
a.staysblack:visited  {color: black; text-decoration: none}
a.staysblack:hover    {color: blue; text-decoration: underline;}
.SideBarLeftBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
