/* CSS Document */
body
{
padding:0; margin:0;
background-image: URL(images/BG.gif);
}

td
{
font-family: Times New Roman, Times, serif;
font-size: 16px;
color: #660000
}

table.show, td.show
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #660000
}

A:link, A:visited
{
text-decoration: underline;
color: blue;
}

A:hover
{
text-decoration: none;
color: #660000;
}

.small
{
font-size: 12px;
}

table.main
{
background-image: URL(images/BG.jpg);
}

table.nav
{
border: 1px solid #CB7C28;
}

td.nav
{
border: 1px solid #CB7C28;
}

