h1 {
        font-family:        Arial;
        font-size:          26px;
        font-weight:        bold;
        color:              #60151C;
        border-bottom:      1px solid #999999;
}
h2 {
        font-family:        Arial;
        font-size:          22px;
        font-weight:        bold;
        color:              #60151C;
}
	a.nav {
        font-family:        Arial;
        font-size:          14px;
        font-weight:        normal;
        color:              #ffffff;
        text-decoration:    none;
    }
    a.nav:active {
        font-family:        Arial;
        font-size:          14px;
        font-weight:        normal;
        color:              #ffffff;
        text-decoration:    none;
    }
    a.nav:visited {
        font-family:        Arial;
        font-size:          14px;
        font-weight:        normal;
        color:              #ffffff;
        text-decoration:    none;
    }
    a.nav:hover {
        font-family:        Arial;
        font-size:          14px;
        font-weight:        normal;
        color:              #D42E46;
        text-decoration:    none;
    }
    a {
        font-family:        Arial;
        font-size:          12px;
        font-weight:        normal;
        color:              #000000;
        text-decoration:    underline;
    }
    a:active {
        font-family:        Arial;
        font-size:          12px;
        font-weight:        normal;
        color:              #000000;
        text-decoration:    underline;
    }
    a:visited {
        font-family:        Arial;
        font-size:          12px;
        font-weight:        normal;
        color:              #000000;
        text-decoration:    underline;
    }
    a:hover {
        font-family:        Arial;
        font-size:          12px;
        font-weight:        normal;
        color:              #D42E46;
        text-decoration:    none;
    }
    
    td        
    {
                font-family: 'Arial','verdana','sans-serif';
                font-size: 12px;
                color: #000000;
                font-style: normal;
                font-weight: normal;
                text-decoration: none;
    }

