
/* style sheet */

BODY {
font-family: helvetica; 
font-style: normal;
font-weight: bold;
font-size: 12pt;
background: rgb(238,238,256);
color: rgb(0,0,0);
}

TD {
font-family: helvetica;
font-style: normal;
font-weight: bold;
font-size: 14pt;
line-height: 140%;
color: rgb(238,238,256);
}

H3 {
font-family: helvetica;
font-style: normal;
font-weight: bold;
font-size: 14pt;
line-height: 140%;
color: rgb(51,00,153);
}

H4 {
font-family: helvetica;
font-style: normal;
font-weight: bold;
font-size: 10pt;
line-height: 120%;
color: rgb(51,00,153);
}

A:link, A:visited, A:active {
text-decoration: none;
font-size: 14pt;
font-weight: bold;
line-height: 140%;
color: rgb(238,238,256);
}



