
body
{
   color:black;
   font-family: sans-serif;
   /*background:#FFFF99;*/
   background:white;
   margin-left: 25px;
   margin-right: 25px;
}

.answerIncorrect
{
    color:red;
}

.boxBorder
{
   background-color:lightgray;
}

.content
{
   color:black;
   background-color:white;
   font-family: sans-serif;
}

.gradientHeader
{
   color:white;
   background-image: url(../images/title_background.bmp);
   background-repeat: repeat-x;
   /*color:white;*/
   /*background-color:darkblue;*/
}

.header
{
   /*color:black;*/
   /*background: url(../images/headerColor.bmp);*/
   /*color:white;*/
   color:darkblue;
   background-color:#FFFF66;/*#FFFF33; */
}

.noscript
{
	color: red;
	background-color: white;
	font-weight: bold;
}

.tableBorder
{
   background-color:#C0C0C0;
}

.tableBoxBottom
{
    border-bottom: 1px solid gray;
}

.tableBoxLeft
{
     border-left: 1px solid gray;
}

.tableBoxRight
{
    border-right: 1px solid gray;
}

.tableBoxTop
{
    border-top: 1px solid gray;
}

.timedTestDisclaimer
{
   color: red;
   font-size: small;
   font-style: italic;
}


