body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
.loginLabel {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;
}
.loginValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.formLabel {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: 900;
	color: #000000;
}
.formValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.helpLinks {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9px;
	color: #000099;
}
.pageTitle {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: 900;
	color: #000099;
}
.questionNumber {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: 900;
        text-decoration: none;
	color: #000099;
}
.questionNumber A:link{
        font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: 900;
        text-decoration: none;
        color: #000099;
}
.questionNumber A:visited{
        font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: 900;
        text-decoration: none;
        color: #000099;
}
.questionNumber A:hover{
        font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: 900;
        text-decoration: none;
        color: #5555FF;
}
.questionNumber A:active{
        font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: 900;
        text-decoration: none;
        color: #AA0000;
}

.questionLabel {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: 900;
	color: #000099;
}
.questionText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: 900;
	color: #000000;
}
.answerLetter {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: 900;
	color: #000000;
}
.answerText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
}
.tinyText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #000000;
}
.tinyTextNegative {
	font-family: Arial, Verdana, san-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.errorText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #AA0000;
}

.welcomeText {
	font-family: Arial, Verdana, san-serif;
	font-size: 16px;
        font-weight: 900;
	color: #FFFFFF;
}

.examTitle {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;
}

.examClock {
	font-family: Arial, Verdana, san-serif;
	font-size: 18px;
        font-weight: 900;
	color: #000000;
}

.iconText, .iconText a:link, .iconText a:visited {
	font-family: Arial, Verdana, "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
        text-decoration: none;
}

.iconText a:hover {
	font-family: Arial, Verdana, "sans-serif";
	font-size: 12px;
	color: #AAAA00;
	font-weight: 900;
        text-decoration: none;
}


.resultHeader {
 font-family: "Trebuchet MS", Arial, Verdana;
 font-size: 14px; 
 color: #ffffff;
 background-color: #000099;
 border-left-width: 1; 
 border-right-width: 1; 
 border-top-width: 1; 
 border-bottom-style: solid;
 border-bottom-width: 1; 
 padding-left: 6; 
 padding-right: 6; 
 padding-top: 3; 
 padding-bottom: 3;
}

.resultValue {
 font-family: "Trebuchet MS", Arial, Verdana;
 font-size: 14px; 
 color: #022077;
 border-left-width: 1; 
 border-right-width: 1; 
 border-top-width: 1; 
 border-bottom-style: solid; 
 border-bottom-width: 1; 
 padding-left: 6; 
 padding-right: 6; 
 padding-top: 3; 
 padding-bottom: 3;
}