body, html{
background:#111111;
text-align:center;
font-family:tahoma;
margin-top:10px;
margin-bottom:10px;
}

img{
border:0px;
}

table.outer{
border:10px solid #ffffff;
}

table{
font-family:tahoma;
font-size:12px;
}

td.nav{
width:800px;
height:85px;
background:url('images/top.jpg');
color:#ffffff;
text-align:center;
}

td.menu{
width:800px;
height:45px;
font-size:12px;
text-align:center;
background-image:url('images/menu.jpg');
color:#000000;
}

td.main{
width:800px;
height:300px;
background:#ffffff;
border-left:5px solid #dbdbdb;
border-right:5px solid #dbdbdb;
border-bottom:5px solid #dbdbdb;
font-size:12px;
font-family:tahoma;
text-align:center;
vertical-align:top;
}

a{
color:black;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

h1{
font-size:14px;
border-bottom:1px dotted #c0c0c0;
text-align:left;
background-image:url('images/bullets.gif');
background-repeat:no-repeat;
padding-left:15px;
}

h2{
font-size:13px;
font-weight:normal;
text-align:left;
}

p{
font-family:tahoma;
}