/*
    Document   : default
    Created on : 18/01/2012, 09:03:50
    Author     : Fernando
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family: 'Arial';
    margin: 0;
    min-width: 995px;
}

#header,
#middle,
#footer{
    width: 995px;
    margin: 0;
    border: 0;
}

#main{
    width: inherit;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 995px;
}

#backgroundheader,
#backgroundfooter{
    height: inherit;
    width: inherit;
    border: 0px;
    min-width: 995px;
}

#backgroundfooter{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
}

#header{
    height: 200px;
}

#footer {
    clear: inherit;
    background: none;
    text-align: center;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: none;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    line-height: 25px;
}

/*IE7*/
form{
    margin: 0px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: blue;
    cursor: pointer;
}

h2{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    opacity: inherit;
}

p{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

iframe{
    border-style: none;
    border-width: 0px;
}

div{
    overflow: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

form{
    margin: 0px;
    padding: 0px;
    border: 0px;
}