/* 
    Document   : typography
    Created on : Sep 18, 2012, 6:38:22 PM
    Author     : pc-3
    Description:
        Purpose of the stylesheet follows.
*/

#red_h1, #red_h2, #red_h3, #blue_h3, #blue_h2, #black_h2{
    font-weight: bold;
    font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}

#red_h1{
    font-size: 20px;
    color: #AD1E3A;
}

#red_h2{
    font-size: 14px;
/*    color: black;*/
    color: #AD1E3A;
}


#blue_h2{
    font-size: 14px;
    color: #25408F;
}

#black_h2{
    font-size: 14px;
    color: black;
}


#blue_h3{
    font-size: 12px;
    color: #25408F;
}

#red_h3{
    font-size: 12px;
    color: #AD1E3A;
}

#index_content_heading{
    font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
    font-size: 21px;
    color: black;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #25408F;
    font-size: 10.5px;
    line-height: 19px;
}
a:hover{
    text-decoration: underline;
    color: gray;
}

.text_decoration_underlined{
    text-decoration: underline;
}