/* Main */

a:link
{
    text-decoration : none;
}

a:active
{
    text-decoration : none;
}

a:visited
{
    text-decoration : none;
}

a:hover
{
    text-decoration : underline;
}

body 
{
    background-color : #103671;
    border : 0px;
    color : #FFFFFF;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 10px;
    padding : 0px;
    text-align : center;
}

html
{
    height : 100%;
    width : 100%; 
}

img 
{
    border : 0px;
    margin : 0px; 
    padding : 0px; 
}

table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 0px; 
    width : 100%;  
}

/* Home */

.bottom
{
    background-image : url('/images/home.bottom.png');
    height : 30px;
    width : 500px;
}

.container
{
    margin : auto;
    width : 500px;
}

.middle
{
    background-image : url('/images/home.middle.png');
    padding : 20px;
    text-align : justify;
    width : 460px;
}

.top
{
    background-image : url('/images/home.top.png');
    height : 130px;
    width : 500px;
}

