<style type="text/css"> 
<!--
a:link {
text-decoration:none;
color:#CC0000;
}
a:visited {
text-decoration:none;
color:#CC0000;
}
a:hover {
text-decoration: underline overline;
color:#CC0000;
}
a:active {
text-decoration: overline;
color:#CC0000;
}
td {
font-family: "Arial", sans-serif; 
font-size: 11;
color: white;
filter: shadow(color=black,direction=135,strength=1);
height: 0;
}
body, div, p { 
font-family: "Arial", sans-serif; 
font-size: 11;
} 
body {
background-color: white;
background-image: url(../images/bg2.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: right;
}
-->
<!--
table { 
width: 550; 
background-image: url(../images/t_bg.gif);
background-repeat: repeat-y;
background-attachment: fixed;
background-position: left;
} 
table table { 
width: 100%; 
margin:0; 
} 
table table table { 
width: 0; 
} 
>-->
</style>