/* 
    Document   : style
    Created on : 29-ene-2008, 8:22:18
    Author     : Fran Serrano
    Description:
        Purpose of the stylesheet follows.
*/

h2 {
    font-family: verdana;
    font-size: 16px;
    color: #FFFFFF;
}

.display_table {
    width: 900px;
    font-family: verdana;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}

.display_table A {
    color: #003366;
    text-decoration: none;
}

.display_table A:hover {
    color: #CC9900;
    text-decoration: none;
}

.table_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #003366;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #003366;
    background-color: white; 
}


.odd {
    background-color: #306285;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: white;
}
.even {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    background-color: #2B445A;
    color: white;
}

.exportlinks {
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    color: #003366;
}


