/* css document */
BODY {
background-image: url('images/bg.gif');
background-repeat: repeat xy;
}

a:link, a:visited {
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a:hover {
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
}

td {
background-image: url('images/bg_content.gif');
background-repeat: repeat xy;
font-family: Arial;
font-size: 12px;
}

td.content {
background-image: url('images/bg_content.gif');
background-repeat: repeat xy;
font-family: Arial;
font-size: 12px;
}

td.footer {
background-image: url('images/bg_content.gif');
background-repeat: repeat xy;
font-family: Arial;
font-size: 10px;
font-weight: bold;
text-align: center;
}

td.expander_bg {
background-image: url('images/index_13.gif');
background-repeat: repeat x;
}

td.expander_b {
background-image: url('images/index_14.gif');
background-repeat: repeat x;
}

