body {
background: white;
margin: 0;
text-align: center;
font-family: arial;
font-size: 9pt;
}

#logo {
background: white;
padding-top: 5px;
padding-bottom: 5px;
line-height: 0; /* no space below img */
}

img {
vertical-align: top;
}


#hr {
line-height: 3px;
border-top: 1px;
border-bottom: 1px;
border-left: 0;
border-right: 0;
border-style: solid;
border-color: #2D2D2D;
margin: 0;
padding: 0;
background: #95b81e;
}



#header {
/*
background: #454545;
color: white;
text-align: left;
text-indent: 5px;
font-weight: bold;
padding: 4px;
*/
background-color: #454545;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
color: white;
text-align: left;
text-indent: 5px;
font-size: 8pt;
}

#content {
text-align: left;
}

#item {
background: #F1F1F1;
padding: 2px;
}

.l50 {
width: 50%;
text-align: left;
padding: 2px;
}

.r50 {
width: 50%;
text-align: right;
padding: 2px;
}

.c33 {
width: 33%;
text-align: center;
padding: 2px;
}

.r33 {
width: 33%;
text-align: right;
padding: 2px;
}

#table {
width: 100%;
background: #F1F1F1;
}

tr.odd {
background: white;
}

th {
background: #C8C8C8;
font-weight: bold;
padding: 2px;
}

a {
color: #6088AB;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: white;
background: #6088AB;
}

#links {
background: #E6E6E6;
padding: 5px;
}

#navigation {
background: #F1F1F1;
}

#footer {
background: white;
}

div.nvg_button {
margin-left: 10px; 
margin-top: 5px;
text-align: left;
text-decoration: none;
}

div.div_block {
clear: both;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}

a.top {
float: right;
margin-bottom: 2px;
margin-right: 10px;
}

h3 {
font-size: 14px;
margin: 0px;
}

h4 {
font-size: 12px; 
color: #98ba1d; 
margin: 0px;
}

p {
margin-left: 10px; 
margin-top: 5px;
}

dt {
margin-left: 10px; 
margin-top: 5px;
}


dd {
margin-left: 20px; 
}

li {
margin-left: -12px; 
}