html {
	overflow-y: scroll;
}
body {
margin-top: 8px;
background: url('/img/longBG.gif') repeat-x #009;
font-family: Verdana, Arial, Helvetica;
font-size: 9pt;
color: #22D;
}
li {
margin-left: 10px;
}
p:first-letter {
font-size: 1.5em;
}
p {
text-align: justify;
margin-left: 10px;
margin-right: 10px;
line-height: 140% ;
}
td {
font-size: 9pt;
text-align: center;
}
td.lefty {
font-size: 9pt;
text-align: left;
vertical-align: top;
width: 350px;
}
td.righty {
font-size: 9pt;
text-align: right;
vertical-align: top;
width: 350px;
}
a {
color: #E86400;
text-decoration: none;
font-size: 9pt ;
}
a:active {
color: Green;
}
a:visited {
color: #F80;
}
a:hover {
color: Red;
}
.help {
cursor: help;
}
.menu {
background: #FAFAFA;
font-size: 9pt ;
}
.menu:hover {
background: #8BADCF;
color: #DEFFDE;
cursor: pointer;
}
.bl {background: url('/img/bl.gif') 0 100% no-repeat #fff; width: 756px}
.br {background: url('/img/br.gif') 100% 100% no-repeat}
.bl2 {background: url('/img/bl2.gif') 0 100% no-repeat #fff; width: 756px}
.br2 {background: url('/img/br2.gif') 100% 100% no-repeat }
.tl {background: url('/img/tl.gif') 0 0 no-repeat}
.tr {background: url('/img/tr.gif') 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}
.bodytext {background: url('/img/ncBG.gif') center no-repeat; text-align: justify; cursor: default}
input[type~="text"]:focus, textarea:focus, select:focus, input[type~="password"]:focus {
background: #eef;
}
