/*********************************************************/

/* style.css */

/* Created by Impact Digital Media */

/*********************************************************/



/* OVERALL BODY PROPERTIES */

BODY, TABLE, TD, TR, P {

	margin-bottom: 0pt;

	margin-top: 0pt;

	margin-left: 0pt;	

	font-family : Arial; Helvetica;

	font-size : 9pt;

}

/***********************************/



/* <A> LINKS */

a:link {

	font-family : Arial; Helvetica;

	color="#D0A874";

	font-size: 10pt;	

}

a:visited {

	font-family : Arial; Helvetica;

	color="#C0C0C0" 

	font-size: 10pt;	

}

/***********************************/



/* HEADINGS ON PAGES */

.heading1 {

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;

	color: white;

}

.heading2 {

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;	

}

.heading3 {

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;

	text-decoration: underline;

}

.heading4 {

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;	

}

/***********************************/



/* DISCLAIMER */

.disclaimer {

	font-family : Arial; Helvetica;

	font-size: 8pt;
	
	color="#ffffff";
	

}



/***********************************/

/* POPUP  */

.popheader {

	font-family : Arial; Helvetica;

	font-size: 10pt;
	
	font-weight: bold;
	

}



/***********************************/



/* HEADING FOR MISSING FIELDS */

.errorHead {

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;

	color: red;

}

/***********************************/



/* MISSING FIELDS */

.error {

	font-family: Verdana;

	font-size: 10pt;	

	color: red;

}

/***********************************/



/*  TEST ANSWERS IN BELOW FORMAT */

.answers {

	font-family: Arial;

	font-size: 10pt;	

	color: black;

}

/***********************************/



/*  TEST QUESTIONS IN BELOW FORMAT */

.questions {

	font-family: Arial;

	font-size: 10pt;	

	color: black;

	font-weight: bold;

}

/***********************************/



/* ADMIN. statusOne: Updated Question */

.statusOne {

	font-family: Verdana;

	font-size: 10pt;	

	color: blue;

}

/***********************************/



/* ADMIN. statusTwo: New Question */ 

.statusTwo {

	font-family: Verdana;

	font-size: 10pt;	

	color: green;

}

/***********************************/



/* Error.php Styles:  */

.errHead1 {

	font-family: Verdana;

	font-size: 12pt;

	font-weight: bold;

	color: gray;

}

.errText {

	font-family: Verdana;

	font-size: 12pt;	

	color: black;

}

/***********************************/



.metatext {

	font-family: Verdana;

	font-size: 10pt;	

	color: black;

	font-style: italic;

}



/* POPUP WINDOW QUESTION */

.popupquestion {

	font-family: Arial;

	font-size: 10pt;	

	color: black;

	font-weight: bold;

}

/***********************************/



/* POPUP WINDOW ANSWER */

.popupanswer {

	font-family: Arial;

	font-size: 10pt;	

	color: black;	

}

/***********************************/



/* POPUP WINDOW ANALYSIS */

.popupanalysis {

	font-family: Arial;

	font-size: 10pt;	

	color: black;	

}

/***********************************/



/* POPUP WINDOW CORRECT ANSWER*/

.popupcorrect {

	font-family: Arial;

	font-size: 10pt;	

	color: black;	

}

/***********************************/



/* TEST RESULTS PAGE CONGRATULATIONS/SORRY PAGE */

.congrats {

	font-family: Arial;

	font-size: 12pt;	

	color: black;	

}

/***********************************/