<style type="text/css">
H1,H2 {
       color: #B60000;
        font-weight: bold;
}
a.hover
{
        color: #ffffff;
        text-decoration: none;
}
a.active
{
        color: #ffffff;
        text-decoration: none;
}
a.link
{
        color: #ffffff;
        text-decoration: underline;
}
a.visited
{
        color: #ffffff;
        text-decoration: none;
}

a.topNaviLinks:link {
        color: #B60000;
        font-weight: bold;
        text-decoration: none;
}

a.topNaviLinks:visited {
        color: #B60000;
        font-weight: bold;
        text-decoration: none;
}

a.topNaviLinks:hover {
        color: #B60000;
        font-weight: bold;
        text-decoration: underline;
}

a.topNaviLinks:active {
        color: #B60000;
        font-weight: bold;
        text-decoration: none;
}
td img {display: block;}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
}
.whiteFont {
        color: #FFFFFF;
}
.whiteFontSmall {
font-size:10px;        
color: #FFFFFF;
}
.heading {
        font-size: 18px;
        font-style: normal;
        font-weight: bolder;
        color: #FFFFFF;
}
.subheading {
        font-size: 16px;
        font-style: normal;
        font-weight: bolder;
        color: #B80000;
}
.t1 {
        border: 1px dashed #666666;
}
.smalltext {
        font-size: x-small;
}