body {
    font-family:Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}
a:link{
    color: #FA3518;
    text-decoration: none;
}
a:visited{
    color: #E81C0E;
    text-decoration:none;
}
a:hover {
    color: #FF6600;
    text-decoration:none;
}

.big_orange_header {
    font-size: 18px;
    color: #FA3518;
    text-decoration: none;
    margin-bottom: 10px;
}
.bold_red_text {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;  
}
.bold_blue_text {
    margin: 0px;
    font-size: 12px;
    color: #50B6E7;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.big_black_text{
    font-size: 12px;
    color: #000000;
}
.normal_grey_text {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.small_grey_text {
    color: #333333;
    text-decoration: none;  
}
a.red_link:link,
a.red_link:visited{
    color: #E81C0E;
    text-decoration: none;
    font-weight: bold;    
}
a.red_link:hover {
    color: #FF6600;
    text-decoration:none;
    font-weight: bold;
}

a.orange_link:link {
    color: #FA3518;
    text-decoration : none;
    font-weight: bold;    
}
a.orange_link:visited {
    color: #C82B02;
    text-decoration : none;
    font-weight: bold;
}
a.orange_link:hover {
    color: #FF6600;
    text-decoration : none;
    font-weight: bold;
}

a.lightblue_link:link,
a.lightblue_link:visited{
    color: #00ACD1;
    text-decoration : none;
    font-weight: bold;    
}
a.lightblue_link:hover {
    color: #FF6600;
    text-decoration : none;
    font-weight: bold;
}