body, table, tr, td, div, p, span, ul, ol, li, input, select {
   font-family: verdana, helvetica, arial;
   font-size: 10pt;
}

a.white {
   font-weight: bold;
   color: #FFFFFF;
}

a.black {
   font-weight: bold;
   color: #000000;
}

a.whitmanBlue {
   font-weight: bold;
   color: #38556E;
}

hr {
   border-style: 1px solid gray; 
   height: 1px;
}

h1 {
   font-size: 16pt;
   margin-top: 0;
}

h2 {
   font-size: 13pt;
}

h3 {
   font-size: 11pt;
}

h4 {
   font-size: 10pt;
}

h5 {
   font-size: 9pt;
}

div.leftBar {
   color: white;
}

div.leftBar a {
   color: #eeeeee;
}

div.leftBar a.active {
   color: #eeeeee;
   font-weight: bold;
}

table.listing {
   border: 0px;
}

table.listing th {
   text-align: left;
   font-weight: bold;
   color: white;
   background-color: #38556E;
   padding: 3px;
   border-bottom: 1px solid #7591AD;
   padding-bottom: 1px;
}

table.listing td {
   text-align: left;
   vertical-align: top;
   padding-left: 3px;
   padding-right: 3px;
}

table.listing tr.alt {
   background-color: #eeeeee;
}

ul.links {
   padding: 0;
   margin: 0;
}

ul.links li {
   list-style: none;
   margin: 0 0 5px 0;
   color: #eeeeee;
}

ul.links li ul {
   padding: 0;
   margin: 0 0 0 10px;
}

