a:link {text-decoration:none; color:#cccccc;}
a:visited {text-decoration: none; color: #cccccc;}
a:hover {text-decoration: none;color: #cccccc;}
a:active {text-decoration: none;color: #cccccc;}


table.main
{
width: 800px; 
height: 100%;
text-align: top; 
margin-left: auto; 
margin-right: auto;
}
td.header
{
background-image:url('images/index_01.png');
background-position: center top;
background-repeat: no-repeat;
height: 155px;
}
td.nav
{
background-image:url('images/index_02.png');
background-position: center center;
background-repeat: repeat-y;
height: 10px;
}
td.body
{
vertical-align: top;
background-image:url('images/index_03.png');
background-position: center center;
background-repeat: repeat-y;
height: 100%;
}
td.bottom
{
background-image:url('images/index_04.png');
background-position: center center;
background-repeat: repeat-y;
height: 10px;
}
td.footer
{
background-image:url('images/index_04.png');
background-position: center top;
background-repeat: no-repeat;
height: 25px;
}
h1 
{
font-size: medium;
position: relative;
top: 4px;
padding: 0.0em 0.0em;
background-image:url('images/index_02.png');
color: #FFFFFF;
text-align: center;
text-decoration: none;
}
p
{
position: relative;
top: 30px;
bottom: 50px;
text-align: center;
}
body
{
}