body {
    font-family: "Times New Roman", Trebuchet, "Trebuchet MS", Georgia, serif;
    text-align: left;
    font-size: 12pt;
    background-color: white;
}
.copyright { 
    font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
}
div#footer p {
    color: #330099;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
div#footer a {
    color: #0000cc;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
div#footer span.phone {
    color: #0000cc;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
em {
    color: #CC0066 
}
h1 { 
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000066;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}
.highlight1 {
    color: #0063CE;          /* Baby blue */
    font-weight: bold;
}
.highlight2 {
    color: #000066;          /* Dark blue */
    font-weight: bold;
}
.highlight3 {
    color: #C4000A;          /* Dark red */
    font-weight: bold;
    margin-right: 5px;
}
.secTitle { 
    font-family: Tahoma, Helvetica, sans-serif;
    color: #000000;
    font-size: 12pt;
    font-weight: 700;
}
.secInstr { 
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.gHead { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 16pt; 
    color: rgb(0,0,0); 
    font-weight: normal; 
    font-style: normal; 
    text-align: center;
}
.gPart { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 12pt; 
    color: rgb(0,0,0); 
    font-weight: bold; 
    font-style: normal; 
    text-align: left;
}
.gInput { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: Blue; 
    font-weight: normal; 
    font-style: normal; 
}
.gWrong { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: #cc3300; 
    font-weight: normal; 
    font-style: normal; 
    text-align: left;
}
.gCorrect { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: #006633; 
    font-weight: normal; 
    font-style: normal; 
    text-align: left;
}
.gScoreT { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 11pt; 
    color: rgb(0,0,102); 
    font-weight: normal; 
    font-style: normal; 
    text-align: left;
}	
.gScoreP { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: rgb(0,0,102); 
    font-weight: normal; 
    font-style: normal; 
    text-align: left;
}
.gKey {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: 9pt;
    color: #660099;
}
.gStudent { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: 9pt;
    color: #000099;
}
.gebg { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    background-color: #666699;
    color: #ffffff;
    font-size: 10pt;
}
.gMissing {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: 10pt;
    color: #990000;
    font-weight: bold;
}
.gExtra { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: Blue;
    font-weight: bold; 
    font-style: italic;
}
.ftnote { 
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
    font-size: 10pt; 
    color: #006633;
    font-weight: bold; 
    font-style: normal; 
}
.noLine {  
    text-decoration: none; 
}
.EBG {  
    background-color: #cccccc; 
}
.EBGfinal {
    background-color: #99ccff;
}
.EBGhead {
    background-color: #999999;
    font-size: 12pt;
    font-weight: bold;
}
.requiredfield {
    color:#990033;
}
sup {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    text-transform: uppercase;
}
table.fillInBlankTable {
    margin: 5px 0px 5px 0px;
}
table.fillInBlankTable td {
    color: #000066;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
}