/*
 * Headings
 */

TD.head { font-weight: bold; text-align: center; }

/*
 * General text styles
 */

.bold { font-weight: bold; }
.bold_large { font-size: 125%; font-weight: bold; }
.bold_small { font-size: 75%; font-weight: bold; }

/*
 * Styles for the main left-hand menu, borrowed from the CCR website
 */


TABLE.main_menu {
        color:#000000; font-family: Verdana, Arial, helvetica, Sans-Serif; font-size: 10pt;
}
TD.main_menu_pane {
        background-color: #cccccc; width: 132; height: 275;
}
TD.main_login_pane {
        background-color: #cccccc; width: 132;
}
TD.menu_bullet {
        font-family: verdana,helvetica,arial,sans-serif; color: #011c49; font-size: 10; width: 6%;
}
TD.menu_entry {
        font-family: verdana,helvetica,arial,sans-serif; color: #011c49; font-size: 13; width: 94%;
}
TD.main_menu_heading {
        text-align: center; font-weight: bold; color: #336699; vertical-align: top;
}
TD.main_menu_section {
        text-align: left; font-weight: bold; font-size: 14; color: #800080;
}
/*
TD.main_menu_entry {
        font-famil: verdana,helvetica,arial,sans-serif; text-align: left; font-weight: bold; font-size: 17; color: #800080;
}
*/
TD.main_menu_entry {
        font-family: verdana,helvetica,arial,sans-serif; color: #800080; font-weight: bold; font-size: 10pt; width: 94%;
}

/*
 * General Body Color in Below
 */
    body {margin: 0px; background-color: #eeeeff; color:#000000; font-family: Verdana, Arial, helvetica, Sans-Serif; font-size: 18}

/*
 * Link styles
 */
        A:active {color: #000080; text-decoration: none; font-weight: bold}
        A:hover {color: #000080; text-decoration: none; font-weight: bold}
        A:visited {color: #000080; text-decoration: none; font-weight: bold}
        A:link {color: #000080; text-decoration: none; font-weight: bold}
/*
 * <hx> values below
 */
        H2 {text-align:center}
        H3 {text-align:center; font-size: 18}
        H4 {font-weight:bold; text-align: left; font-size: 14pt}
        H5 {font-weight:bold; text-align: left; font-size: 12pt}
        H6 {font-size: 8pt; font-weight: normal}
/*
 * Main Body Font Size in Below
 */
        TBODY {color:#000000; font-family: Verdana, Arial, helvetica, Sans-Serif; font-size: 10pt;}
