/* CSS Document */
html
BODY {
background: #F5F4F4;
}

TABLE {

background: #F5F4F4;
font-weight: normal;
font-size: 8pt;
line-height:16pt;
font-family:  arial, helvetica;
color: #001;
}

A {
font-weight: normal;
font-size: 8pt;
line-height:16pt;
font-family:  arial, helvetica;
color: #001;
background-color: transparent;
text-decoration: none; 
}

A:hover {
font-weight: normal;
font-size: 8pt;
line-height:16pt;
font-family:  arial, helvetica;
color: #666666;
background-color: transparent;
text-decoration: none;
}