A:link { color:#992222; text-decoration:underline }    /* unvisited link */
A:visited { color:#660000; text-decoration:underline } /* visited links */
A:active { color:#BB4444; text-decoration:underline }  /* active links */
A:hover { color:#BB4444; text-decoration:underline }   /* active links */

BODY {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

BLOCKQUOTE {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

TEXTAREA {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
}

P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

UL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

CENTER {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-color: #555555;
}

TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #555555;
}

H3 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11pt;
  color: #3D4077;
  font-weight: bold;
}

H4 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #7F1B00;
  font-weight: bold;
}

H5 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #1F5186;
  font-weight: bold;
}

H6 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  font-weight: normal;
}



/* ADDED BY LYLE 05/21/2010 */

.reqStar
	{
		font-weight: bold;
		color: #ff0000;
	}

.missingStyle
	{
		font-weight: bold;
		color: #ff0000;
	}

tr.missingStyle td
	{
		font-weight: bold;
		color: #ff0000;
	}

.practiceTest
	{
		border: 3px solid #bbbbbb;
		background-color: #eeeeee;
	}

.practiceTest tr.header td
	{
		background-color: #bbbbbb;
		font-weight: bold;
	}

.practiceTest tr.alt td
	{
		background-color: #d5dAd5;
	}

.errorTable
	{
		background-color: #ffff66;
		border: 2px solid #333333;
	}

.errorTable tr td
	{
		color: red;
	}
