body
{
margin-top: 0; 
background-image: url('images/bg.gif'); 
background-position: top right; 
background-repeat: no-repeat;
color: #003366;
}

a.menu
{
color: #003366;
text-decoration: none;
font-weight: normal;
font-size: 22;
}

a.menu:hover
{
 font-weight: bold;
 text-decoration: none;
}

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

a:hover
{
 font-weight: bold;
 text-decoration: underline;
}

h1
{
 font-size: 22;
 text-decoration: underline;
 font-weight: bold;
}

h2
{
 margin-left: 20px;
 font-size: 20;
 text-decoration: underline;
 font-weight: bold;
}

hr
{
color: #FFFFFF;
margin-top: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #003366;
 width: 75%;
 position: center;
}

td.image
{
 background: #003366;
 padding: 5px 5px 20px 5px;
 margin-right: 20px;
 font-size: 14px;
 color: #FFFFFF;
}

td.reg
{
 background-color: #003366; color: #FFFFFF;
 padding: 2px 2px 2px 2px;
}