body {
  font-family : Times New Roman, sans-serif;
  font-size : 12pt;
     }
body.bodyfont {
  font-family : Times New Roman, Sans-serif;
  font-size : 10pt;
	}

H1 { color     : #3F59C8 }
H2 { color     : #3F59C8 }
H3 { color     : #3F59C8 }
SUP { color     : #000000 }
a.homeheads  {
	text-decoration : none;
        font-family : Times New Roman;
        font-size : 10pt;
        font-weight : bold;
        line-height : 12pt;
        color : White;
}

a.homeheads:Hover  {
        color : RED;
        font-size : 10pt;
        font-weight : bold;
        text-decoration : none;
}


a.listlinks  {
        font-family : Times New Roman, Sans-serif;
        font-size : 10pt;
        text-decoration : none;
        color : Black;
}

a.listlinks:Hover  {
        color : white;
        font-size : 10pt;
        background : red;
        text-decoration : none;
}
.tableheaders {
	text-decoration : none;
        font-family : Times New Roman;
        font-size : 10pt;
        font-weight : bold;
        line-height : 10pt;
        color : blue;
}
.tabletext {
	text-decoration : none;
        font-family : Times New Roman;
        font-size : 10pt;
        line-height : 10pt;
        color : black;
}
.tableborder {
        height:2px;
        background: #637FF7;
}
TD.tdbackground     {
                     background : #A3B0E8;
}
TH.tdbackground     {
                     background : #A3B0E8;
}


