body, p {
background: #FFFFFF;
font: 9pt sans-serif;
}

a:link, a:active, a:visited a:hover { 
text-decoration: none; 
color: #336699;
} 

a:hover { 
text-decoration: underline;
 }

table {
width: 100%;
border-collapse: collapse;
}

td {
font: 9pt sans-serif;
color: #000000;
padding-left: 4px;
padding-right: 2px;
border: 0;
}

tr {
border: 0px;
padding: 0px;
}

tr.white {
background: #FFFFFF;
}

tr.white td {
/*border-top: solid 1px white;*/
/*border-bottom: solid 1px white;*/
}

tr.colored {
background: #DDDDFF;
}

tr.colored td {
border-top: solid 1px #336699;
border-bottom: solid 1px #336699;
border-left: none;
border-right: none;
}

td.title {
font: bold 11pt sans-serif;
color: #FFFFFF;
line-height: 22px;
/*background-image: url(bar.png);*/ 
background: #336699;
padding: 4px;
border-bottom: solid 2px white;
border-left: solid 1px white;
border-right: solid 1px white;
}

td.subtitle {
font: bold 9pt sans-serif;
color: #FFFFFF;
background: #336699;
padding-left: 4px;
border-top: solid 4px white;
border-bottom: solid 4px white;
}

div.linkbar {
color: #FFFFFF;
background: #336699;
border-top: solid 8px white;
padding: 2px;
padding-left: 4px;
}

div.linkbar a:link, div.linkbar a:visited, div.linkbar a:active { 
color: #ffffff;
text-decoration: none; 
} 

div.linkbar a:hover { 
color: #ffffff;
text-decoration: underline;
} 

.miniing a:hover { 
text-decoration: none; 
} 

.popup {
margin: 0px;
padding: 0px;
border-color: black;
border-width: 1px;
border-style: solid;
display: block;
visibility: hidden;
z-index: 60;
position: absolute;
}


