/* CSS Document */


P  {
 font-size : 8pt;
 font-family : Verdana;
 font-weight : normal;
}


TD  {
 font-size : 8pt;
 font-family : verdana;
 text-align : left;
}

BODY  {
 background-color : #FFFFCC;
 font-size : 8pt;
 font-family : verdana;
 color : black;
}

a:link {
font-size: 10px;
color : Brown ;
text-decoration: none;
font-weight: bold 
}
a:visited {
text-decoration: none;
color : CadetBlue ;
font-weight: bold 
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

H1  {
 font-size : 10pt;
 font-family : verdana;
 text-decoration : none;
 font-weight: bold 
}