
body
{
    background-color: #106B90;
    font-family: arial;
    margin: 0px;
    padding: 0px;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration:  none;
}
img 
{
    border: 0;   
}
.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.main
{
    padding: 0px 12px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
}
.footer
{
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
