BODY {
	color: #454545;
	font-family: Arial, Sans-Serif;
	background-color: #ffffe6;
	font-size: 10pt;
}
A {
	color: #be3d2e;
	text-decoration: none;
}
A:hover {
	color: #737b57;
	text-decoration: none;
}
TEXTAREA {
	color: #454545;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
.accent {
	color: #356a6a;
}
.accentbold {
	color: #356a6a;
	font-weight: bold;
}
.small {
	font-size: 9pt;
}
.bold {
	font-weight: bold;
}
.solutionbold {
    color: #330000;
    font-weight: bold;    
}
.header-title {
    FONT-SIZE: 14pt;
    COLOR: #454545;
    FONT-FAMILY: Arial;
}
.header-type {
    FONT-SIZE: 18pt;
    COLOR: #336666;
    FONT-FAMILY: Arial;
}

/* dark tan color, used in tables to accent rows -- matches the outer page background */
.charthighlight {
    background-color: #dfdac1;
}
/* small, bold charthighlight */
.charthighlightbold {    
    background-color: #dfdac1;
    font-weight: bold;
    font-size: 9pt;
    color:#330000;
}

/******************** layout styles ********************/
.logintable {
	background-color: #dfdac1;
}
.listformat {
}
.listformat * td {
	text-align: center;
	vertical-align: top;
}
.resulterrors {
	color: #ff0000;
	font-weight: bold;
}

/********** SAT quiz - omitpanel **********/
.omitpanel {
	padding-right: 10px;
	white-space: nowrap;
}
.omitpanel table {
	border-color: #C0C0C0;
	border-width: 3px;
	border-style: solid;
	background-color: #303073;
	white-space: nowrap;
}
.omitpanel table tr td {
	padding-right: 6px;
}
.omitpanel * label {
    color: #dfdac1;
    font-weight: bold;
	vertical-align: top;
}

