
body {
    margin:0;
    padding:0;
    background:#ebebeb;
    text-align:center;
    font-size:75%;
}

* {
    font-family:Tahoma, Helvetica, sans-serif;
    color:#666;
}

#text{
    width:700px;
    text-align:justify;
}
#container {
    width:850px;
    margin:0 auto;
    text-align:left;
    background:#fff;
    background:url(img/headbg.jpg) #fff repeat-x left top
}

table, p{
    font-size : 12px;
    font-family:Tahoma, Helvetica, sans-serif;
}

#fintable {
    border:0;
    padding:0;
    vertical-align: bottom;
    display:inline;
}

a {
    color:#000;
    text-decoration:underline;
}

a:hover {
    color:#b12641;
    text-decoration:underline;
}



/* -------------
    HEADER
------------- */

#head {
    padding:0px 18px 0 42px;	
    position:relative;
    font-size:11px;
    height:85px;
}

.head {
    background:url(../images/head.jpg) no-repeat left top;  
    padding:0;  
    margin:0;
    margin-top:0px; 
    width:100%;
}

#ico { 
    text-align:right;
    padding:14px 21px 0 0  
}


/* ------------------
    FINASTA LOGO
------------------ */

#logo { 
    float:left; 
    background:transparent url( ../images/logo.gif) no-repeat left top; 
    width:156px; 
    height:31px; 
    text-indent:-9999em; 
    margin:25px 0 0 0 
}
#logo a { 
    display:block;
    width:156px; 
    height:31px;  
}
#logo img  { 
    display:none  
}


