body {color:black; background:white;}
body#hipaa {background:#F1E2E2;}
td#pghdr { color: #962549;}
table td {vertical-align:top; font-family: Verdana Arial, Helvetica, sans-serif; font-size: 14;}

.hilite {
    background-color:yellow;
}

a:link {
    color: #EC247C;
    font-weight: bold;
    text-decoration: none
}

a:visited {
    color: #CC0066;
    font-weight: bold;
    text-decoration: none
}

a:hover {
    color: #FFCC66; 
    text-decoration: underline
}

/* Home Navigation */  
td#home a:link {color: #C05F4E; font-weight: bold; text-decoration: none} 
td#home a:hover {color: #FF9966; text-decoration: underline}
td#home a:visited {color: #C05F4E; font-weight: bold; text-decoration: none}
td#home a:visited:hover {color: #FF9966; text-decoration: underline}

/* Leftside Navigation */  
table#sidenav a:link {color: #666666; font-weight: bold; text-decoration: none} 
table#sidenav a:hover {color: #999999; text-decoration: underline}
table#sidenav a:visited {color: #666666; font-weight: bold; text-decoration: none}
table#sidenav a:visited:hover {color: #666666; text-decoration: underline}


div.date { 
    font-size: 12px;
    font-weight: bold; 
    color: #000000 
}




