/*********************************************
           UC Study Center - 2004
**********************************************/
/*           ELEMENTS          */
a:link, a:visited, a:hover {
    color: #6F70FF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
    }
a:hover {
    text-decoration: underline
    }
body {
    color: #000;
    font-family: Georgia, "MS Serif", "New York", serif
    }
/*            CURSOR STYLE        */
.cursor_hand {
    cursor: pointer
    }
/*            FOOTER STYLE              */
.footer {
    border-top: 1px solid #808080;
    color: #CCC;
    font-family: Georgia, "Times New Roman", "New York", serif;
    font-size: 11px
    }
.footer a:link, .footer a:visited, .footer a:hover {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none
    }
.footer a:hover {
    color: #333
    }
/*        FRONTPAGE STYLE         */
.frontpage {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px
    }
.frontpage p {
    margin-bottom: 15px
    }
.frontpagetitle {
    font-size: 120%;
    font-weight: bold
    }
/*                NEWS STYLE            */
.news {
    font-size: 11px
    }
/*               UTILITY LINK STYLE     */
.utelinks a:link, .utelinks a:visited, .utelinks a:hover {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none
    }
.utelinks a:hover {
    color: #333
    }
/*                CONTENT STYLE         */
.content {
    font-size: 12px;
    line-height: 18px;
    word-spacing: 1.6px;
    /*float: left;*/
    }
.content p {
    width: 95%;
    margin-bottom: 15px
    }
.content strong {
    color: #333
    }
.title {
    font-size: 170%;
    color: #666;
    font-weight: bolder;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 8px
    }
.subtitle {
    font-size: 120%;
    color: #333;
    font-variant: small-caps;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px
    }
.paratitle {
    color: Black;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 3px
    }
.introtext {
    font-size: 110%;
    color: #333;
    font-style: italic;
    margin-bottom: 5px
    }
.note {
    font-size: 11px
    }
/*                SUBNAV STYLE                 */
.subNav {
    font-size: 12px
    }
.subNav a:link, .subNav a:visited, .subNav a:hover {
    font-size: 13px;
    word-spacing: 1.5px;
    color: #6F70FF;
    font-weight: normal;
    text-decoration: none
    }
.subNav a:hover {
    color: Blue
    }
.subNavhome a:link, .subNavhome a:visited, .subNavhome a:hover {
    font-size: 11px;
    word-spacing: 1px;
    color: #6F70FF;
    font-weight: normal;
    text-decoration: none;
    /*width: 100%;
    	voice-family: "\"}\"";
    	voice-family: inherit;
    	width: auto;*/
    }
.subNavhome a:hover {
    text-decoration: underline
    }
/*                BREADCRUMB TRAIL STYLE               */
.breadcrumb {
    font-size: 11px;
    color: #6F70FF;
    margin: 5px 0 5px 0
    }
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover {
    font-size: 12px;
    word-spacing: 1px;
    line-height: 20px;
    color: #6F70FF;
    font-weight: normal;
    text-decoration: none;
    /*width: 100%;
    	voice-family: "\"}\"";
    	voice-family: inherit;
    	width: auto;*/
    }
.breadcrumb a:hover {
    text-decoration: underline
    }
/*                TOP ANCHOR STYLE               */
.tothetop a:link, .tothetop a:visited, .tothetop a:hover {
    font-size: 11px;
    color: #6F70FF;
    font-weight: normal;
    text-decoration: none
    }
/*						DOSSIER STYLE									*/
.dossier {
    background-color: #F0F8FF;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    width: 93%
    }