<title>stylesheet</title>BODY 
{ 
scrollbar-base-color:#DE82FD ; 
scrollbar-arrow-color: silver;
scrollbar-DarkShadow-Color: silver; 
}

a.nav:link { color: white; text-decoration: none }
a.nav:active { color: white; text-decoration: none }
a.nav:visited { color: white; text-decoration: none }
a.nav:hover { color: #000000; text-decoration: none}

a.copy:link { color: #000000; text-decoration: underline }
a.copy:active { color: #000000; text-decoration: underline }
a.copy:visited { color: #000000; text-decoration: none }
a.copy:hover { color: #DE82FD; text-decoration: none }

a.navwhitelink11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:none;
}

a.navwhitelink112 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:none;
}

.bgwhite {
	background-color: #FFFFFF;
}
.bgbluecentalign {
	background-color: #DE82FD;
	vertical-align: middle;
}

}

ol {
	margin: 0px;
	list-style-position: inside;
	list-style-type: decimal;
}