/* CSS Document */
table { 
font-family: Verdana;
font-size: 11px;
text-align : justify;
line-height:19px;
}


body {
font-family: Verdana;
font-size: 12px;
font-style: normal;
color: #000000;

}


A {
color: #990000;
text-decoration: underlined;
font-weight: normal;
letter-spacing: 1px;
}
A:hover {
color: #FF0000;
text-decoration: none;
font-weight: normal;
letter-spacing: 1px;
}

A.traces {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
letter-spacing: 0px;
}
A:hover.traces {
color: #FFFFFF;
text-decoration: underlined;
font-weight: normal;
letter-spacing: 0px;
}

