body {
        scrollbar-face-color: rgb(204,204,204); 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: rgb(0,0,0); 
	scrollbar-arrow-color: rgb(255,255,255); 
	scrollbar-track-color: rgb(238,238,238); 
        scrollbar-darkshadow-color: rgb(0,0,0);
    background-color: rgb(214,223,245);
}

.text {
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
}
.chooser {
	border-bottom: solid 1px #0000FF;
	background-color: rgb(49,166,30);
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
}

.lb {
 border-left: solid 1px #000000;
 text-align: left;
}


.rb {
 border-right: solid 1px #000000;
 text-align: right;
 padding-right: 5px;
}

.bb {
 border-left: solid 1px #000000;
 border-right: solid 1px #000000;
 text-align: center;
}


table {
	border-top-width: 10px;
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
	background-color: rgb(242,242,242);
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
}
.tb {
   text-align: right;
   font-style: italic;
   background-color: #CCCCCC;
}

th {
        text-align: left;
        background-color: #CCCCCC;
}

h1 {
	font-family: "Arial Black";
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}
p {
   color:#000000;
   font-family: Verdana;
   font-size: 10pt;
}


a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

a.nav:link, a.nav:visited {
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	text-decoration: none;
}