/* CSS Document */
html{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:100%;
}

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:100%;
background-color:#860000;
background-image:url(../images/main_bg.png);
background-repeat:repeat-x;
background-position:top center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a{
font-weight:bold;
color:#990000;
text-decoration:none;
}

a:hover{
color:#FF6600;
}

table.content{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:100%;
width:830px;
background-image:url(../images/content_bg.png);
background-repeat:repeat-y;
background-position:top center;
}

td.header{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:830px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
background-position:top center;
}

td.nav{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:25px;
width:830px;
background-image:url(../images/nav_bg.png);
background-repeat:no-repeat;
background-position:top center;
}

td.top{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:550px;
width:830px;
background-image:url(../images/table_top.png);
background-repeat:no-repeat;
background-position:top center;
}

a.nav_links{
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

a.nav_links:hover{
background-color:#FF0000;
}

a.nav_links2{
font-size:7px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

a.nav_links:hover2{
background-color:#FF6600;
}
