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

TABLE {

background: #F5F4F4;

font-weight: normal;

font-size: 10pt;

line-height:16pt;

font-family:  arial, helvetica;

color: #001;

border:0;
}

A {

font-weight: normal;

font-size: 10pt;

line-height:16pt;

font-family:  arial, helvetica;

color: #999;

background-color: transparent;

text-decoration: none; 

}

A:hover {

font-weight: normal;

font-size: 10pt;

line-height:16pt;

font-family:  arial, helvetica;

color: #000000;

background-color: transparent;

text-decoration: none;

}

