body
{
background-color: #ff99cc;
margin: 0px;
}

td.page-content
{
background-image: url(images/content-area.jpg);
background-repeat: repeat-y;
}

table
{
font-family: calibri, tahoma, arial;
font-size: 12pt;
}

a.nav
{
font-family: calibri, tahoma, arial;
font-size: 25pt;
font-weight: bold;
display: block;
color: #ffffff;
text-decoration: none;
padding: 4px;
}


a.nav:hover
{
font-family: calibri, tahoma, arial;
font-size: 25pt;
font-weight: bold;
display: block;
color: #ffffff;
text-decoration: none;
padding: 4px;
}


td.footer
{
background-image: url(images/page-footer.jpg);
background-repeat: no-repeat;
width: 1000px;
height: 256px:
padding: 40px;
}


a.nav-footer
{
color: #ffffff;
text-decoration: none;
padding: 5px;
}



a.nav-footer:hover
{
color: #ffffff;
text-decoration: underline;
padding: 5px;
}

input
{
color: #666666;
background: #ffffff;
border: 1px solid #781351;
padding:8px;
}


textarea
{
color: #666666;
background: #ffffff;
border: 1px solid #781351;
padding:8px;
}


.submit input
{
color: #000;
background: #cccccc;
border: 1px solid #666666;
cursor: hand;
} 

