body { 
        background-color: #336699;
        color: #333333; 
}

#top
{
	text-align: center;
	background: url('top.gif') no-repeat;
	width: 745px;
	height: 30px;
}

#main, td {

        color: #333333;
        font-family: Arial,Helvetica;
        font-size: 12px;
}

#main
{
	width: 713px;
	background-color: #FFFFFF;
        border-right: 1px solid #000000; 
        border-left: 1px solid #000000;
        padding: 1px 15px 0px 15px; 
        text-align: center;
}

h1 {
        color: #990033;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 36px;
        margin-top: 7px;
        margin-bottom: 7px;
}   

h2 {
        color: #990033;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
        text-align: center;
}  


h3 {
        color: #990033;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
}  

#main .txt
{
        text-align: left;
}

.nav
{
        font-size: 14px;
        font-weight: bold;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}   

.nav A  {text-decoration: none}
.nav A:link {color: #000000;}
.nav A:hover {color: #666666;}
.nav A:visited {color: #666666;}
.nav A:active {color: #000000;}   


A  {text-decoration: underline}
A:link {color: #336699;}
A:hover {color: #666666;}
A:visited {color: #666666;}
A:active {color: #336699;}  

#btm
{
	display: block;
	clear: both;
	text-align: center;
	background: url('btm.gif') no-repeat;
	width: 745px;
	height: 30px;
}