﻿



  

/* For quiz : START */

body
{
	font-family: Calibri, Arial;
	font-size: 10pt;
	font-size: 10pt;
	background-color: #ffffff; 
	background-repeat: repeat-x; 
	background-image: url(Images/BG-Body.jpg);
}

.CorporateColor
{
background-color: orange;
}

.FooterStyleWhite
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #232d36;
	vertical-align: middle;
	text-align: center;
	height: 18px;
}
	.FooterStyleOrange {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FC6600;
	vertical-align: middle;
}

/* For quiz : END */
   

.TopNavigation
{
	font-family: Century Gothic, Arial, Arial Narrow;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	
}
.FooterNavigation
{
	font-family: Century Gothic, Arial, Arial Narrow;
	font-size: 7pt;
	color:Black;
	text-align: center; 
	background-color: White
}
h1
{
	font-family: Century Gothic, Arial, Arial Narrow;
	font-size: large;
	color: White;
	font-weight: bold;
	margin-bottom: 3px;
}
h2
{
	font-family: Century Gothic, Arial, Arial Narrow;
	font-size: Small;
	color: #FC6600;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

/*QUIZ Styles */
.QuizTitle
{
	font-weight: bold;
	font-size: 24px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	 margin-bottom: 1px;
}

.QuizSubTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
}

.QuizQuestions
{
	font-size: 16px;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.QuizAnswers
{
	font-size: 16px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	
}
.QuizDefault
{
	font-size: 16px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;

}