textarea {
	font-size: 8px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660C06;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #00FF00;
}
.style4 {
	color: #FFCC00;
	font-weight: bold;
}
.style5 {
	color: #FFCC33;
	font-weight: bold;
}
.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
}
a {
	font-weight: bold;
}
.style7 {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.style8 {font-size: 12px; font-weight: bold; color: #FFCC33; }
-->
</style>
<link href="lsshaa.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style17 {font-size: 10px}
.style18 {font-size: 10pt}
.box1 {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color:  #330066;
	background-color: #F0F0F0;
	height: 16px;
	/*border-color: #CCCCCC #666666 #666666 #CCCCCC;*/
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}