body
{ SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: gray; 
	SCROLLBAR-3DLIGHT-COLOR: silver; 
	SCROLLBAR-TRACK-COLOR: gainsboro;
	 SCROLLBAR-DARKSHADOW-COLOR: black; 
	 SCROLLBAR-BASE-COLOR: white; 
	 BACKGROUND-COLOR: white }



a:visited
{
	font-weight: bold;
	color: royalblue;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color: royalblue;
	text-decoration: underline;
}
a:link
{
	font-weight: bold;
	color: royalblue;
	text-decoration: none;
}
.Small
{
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SuperSmall
{
	font-weight: normal;
	font-size: 7pt;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallBold
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Normal
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Code
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: navy;
	font-family: 'Courier New' , Verdana, Arial, Helvetica, sans-serif;
}
.NormalBold
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BookTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	color: darkgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Title
{
	font-weight: bold;
	font-size: 11pt;
	text-transform: none;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SearchTitle
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: none;
	color: darkgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PageTitle
{
	font-weight: normal;
	font-size: 14pt;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Button
{
	border-right: gray thin outset;
	border-top: gray thin outset;
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	border-left: gray thin outset;
	color: black;
	border-bottom: gray thin outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gainsboro;
}

