a:link  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #FF0000;
        text-decoration : none;
        font-weight : bold;
}

a:active  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #000000;
        text-decoration : none;
        font-weight : bold;
}

a:visited  {
    font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color : #FF0000;
    text-decoration : none;
    font-weight : bold;
}

a:hover  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        color : #000099;
        text-decoration : none;
        font-weight : bold;
}


.headline  {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 12pt;
        color : #000066;
        font-weight : bold;

}

.subline  {
    font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size : 10pt;
    color : #000066;
    font-weight : bold;
}

BODY {
        scrollbar-arrow-color : Red;
}

td {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 10pt;
        color : #000000;
        font-weight : normal;
}

.sublinewhite {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    color: white;
    font-weight: bold;
}

.title {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 16px;
        color : #333333;
        font-weight : bold;

 }
 
 .titlered {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 16px;
        color : #FF0000;
        font-weight : bold;

 }

.txt {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 10pt;
        color : #000000;
        font-weight : normal;
        line-height: 16px;
}

.txtwhite {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 10pt;
        color : #FFFFFF;
        font-weight : normal;
        line-height: 16px ;

}

.small {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 8pt;
        color : #000000;

}
a.small:link {
	color : #000000;
	text-decoration : none; 
	font-weight : normal
}
a.small:active {
	color : #107da0;
	text-decoration : underline;
	font-weight : normal
}
a.small:visited {
	color : #000000; 
	text-decoration : none;
	font-weight : normal
}
a.small:hover{
	color : #107da0; 
	text-decoration : underline;
	font-weight : normal
}

.headlinewhite {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 12pt;
        color : #FFFFFF;
        font-weight : bold;

}

.titlewhite {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 16px;
        color : #FFFFFF;
        font-weight : bold;

        }

.smallwhite {
        font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size : 8pt;
        color : #FFFFFF;

}
.txtgrey { font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 10pt; color : #666666; font-weight : normal; line-height: 16px; }