body {
    font-family: verdana;
    font-size: x-small;
    color: #000000;
	overflow:auto;
	scrollbar-face-color: rgb(215,235,255);
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: rgb(215,235,255);
	scrollbar-arrow-color: rgb(215,235,255);
	scrollbar-track-color: white;
	scrolbar-darkshadow-color: rgb (215,235,255);

}
.surround { background-color: #BFDFFF }
#menu a { display: inline-block; margin-top: 4px; color: #000000 }
table {
    font-family: verdana;
    font-size: x-small;
    color: #000000
}
pre
{
    font-family: verdana;
    /*font-size: 10pt;*/
    color: #000000
}
a
{
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    color: #3030aa
}

a:hover
{
    text-decoration: underline;
    color: #8080FF
}

td
{
    font-family: verdana;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
}
th
{
    font-family: verdana;
    /*font-size: 10pt;*/
    color: #000000;
    text-align: center;
}
tr
{
    font-family: verdana;
    /*font-size: 10pt;*/
    color: #000000
}
.nav
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #AADBF2;
}
.nav:hover 
{
	color: #0080c0;
	text-decoration: none;
	background-color: #AADBF2;
}
.nav:active 
{
	color: #ffffff;
}
.tbnav {
	border: 1px dashed #BFDFFF;
}
.tablescroll {
overflow:auto;
}
hr {
	color: #D7EBFF;
	border: 1px dashed #D7EBFF;
}
h1,h2,h3,h4,h5 { color: #0060B6; font-weight: bold }
h2 { font-size: 1.3em }
h3 { font-size: 1em; color: #000000 }
h4 { font-size: 1em; color: #000000; margin: 0px }

ul { padding-left: 20px; margin-top: 0px }

ul.custom-bull {
  list-style-type: none;
}
ul.custom-bull li {
  position: relative;
}
ul.custom-bull li:before {
  position: absolute;
  left: -1.1em;
  content: "> ";
}

cite, q { font-style: italic }

.nostyle { display: none }

.zebra tbody td { background-color: transparent }
.zebra tbody tr:nth-child(odd) { background-color: #BFDFFF }