/* CSS Document */
body
{
background-image:url(bg.jpg);
background-repeat:repeat;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px
}
table.bg
{
background-color:#FFFFFF
}
td.txt
{
font-family:Arial;
color:#FFFFFF;
font-size:10px;
height:21px
}
#dec a:link
{
font-family:Arial;
color:#FFFFFF;
font-size:10px;
text-decoration:none
}
#dec a:visited
{
font-family:Arial;
color:#FFFFFF;
font-size:10px;
text-decoration:none
}
#dec a:hover
{
font-family:Arial;
color:#FFFFFF;
font-size:10px;
text-decoration:underline
}