BODY {
margin : 0; 
background : rgb(255, 255, 255); 
} 
A:link, A:visited {
color : rgb(120, 0, 0); 
text-decoration : none; 
} 
A:visited {
color : rgb(120, 0, 0); 
text-decoration : none; 
}
A:hover {
color : rgb(120, 0, 0); 
text-decoration : underline; 
} 
HR {
color : rgb(220, 220, 220); 
height : 1px; 
}

H1 {
color: rgb(80, 90, 115);
font-family:univers condensed, helvetica narrow, arial narrow, modern, arial;
font-size : 28px; 
font-weight:normal;
line-height:32px;
margin:0px;
padding:0px;
}

H3 {
color: rgb(120, 130, 155);
font-family:univers condensed, helvetica narrow, arial narrow, modern, arial;
font-size : 20px; 
font-weight:normal;
line-height:24px;
margin:0px;
padding:0px;
}

SPAN.color {
color : rgb(80, 90, 115); 
} 
UL LI {
list-style-type : square; 
} 
.form {
background-color : rgb(245, 245, 245); 
padding : 0 8px 2px 0; 
border-width : 1px; 
border-style : solid; 
border-color : rgb(120, 0, 0); 
font-family : Verdana, Helvetica, Arial, sans-serif; 
font-size : 11px; 
font-style : normal; 
font-weight : bold; 
font-variant : normal; 
line-height : 16px; 
text-transform : none; 
color : rgb(80, 90, 115); 
} 
.title {
width : 100%; 
background-color : rgb(235, 235, 235); 
padding : 0 8 0 0px; 
border-width : 0 0 1 0px; 
border-style : dotted; 
border-color : rgb(100, 100, 100); 
border-collapse : collapse; 
border-spacing : 0; 
font-family : Verdana, Helvetica, Arial, sans-serif; 
font-size : 11px; 
font-style : normal; 
font-weight : bold; 
font-variant : normal; 
line-height : 20px; 
text-transform : none; 
color : rgb(80, 90, 115); 
text-align : right; 
} 
TABLE {
background-color : rgb(250, 250, 250); 
font-size : 11px; 
font-family : Verdana, Helvetica, Arial, sans-serif; 
line-height : 18px; 
text-align : left; 
color : rgb(0, 0, 0); 
padding : 0; 
margin : auto; 
border : 0; 
border-collapse : collapse; 
border-spacing : 0; 
}