﻿

/*---------- LEFT NAVIGATION ----------*/
.left_info_nav {
    font: 10px "Verdana", "Arial";
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
}
.left_info_nav A {
    text-decoration: none;
    color: white;
}
.left_info_nav A:hover {color: #8dc740;}

.right_info_nav {
    font: 11px "Verdana", "Arial";
    font-weight: bold;
    color: #005696;
    padding-bottom: 5px;
}
.right_info_nav A {
    text-decoration: underline;
    color: #005696;
}
.right_info_nav A:hover {color: #922791;}
