<style>

body {
font-family: Denmark, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#330099;
font-weight:normal;
margin: 0px;
}

td {
font-family: Denmark, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#330099;
}

a {
color: #304174;
font-size: 11px;
font-family: Denmark, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:hover {
color: #4663B9;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
background-color: #DDDDDD;
}

.subheader {
z-index: 10;
width: 125px;
text-align: center;
background-color: #EEEEEE;
border: 1px solid #304174;
cursor: pointer;
}

.heading {
width: 100%;
border-bottom: #BBBBBB 1px solid;
font-weight: bold;
font-size: 15px;

}

.belowSubheader {
z-index: 10;
width: 125px;
padding: 2px;
color: #000000;
background-color: #EEEEEE;
border-top: #AAAAAA 1px solid;
border-left: #AAAAAA 1px solid;
border-right: #AAAAAA 1px solid;
border-bottom: #AAAAAA 1px solid;
filter:Alpha(Opacity=90);
}
</style>