/* CSS Document */

a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}	

p{
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-size: 12px;
	font-weight: regular;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f7eedf;
}

.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #82084b;
}

.bold3 {
	font-family:Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #0000ff;
}

.bold4 {
	font-family: Monotype Corsiva;
	font-size: 46px;
	line-height: 46px;
	color: #f7eedf;
}

.bold5 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #82084b;
}

.bold6 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #82084b;
}

.bold7 {
	font-family: Monotype Corsiva;
	font-size: 36px;
	line-height: 36px;
	color: #82084b;
}

.bold8 {
	font-family: Monotype Corsiva;
	font-size: 46px;
	line-height: 46px;
	color: #82084b;
}

.bold9 {
	font-family: Monotype Corsiva;
	font-size: 46px;
	line-height: 46px;
	color: #993300;
}
.quiz {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	color:#000000;
	font-weight: regular;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;	
	display: block;
	padding: 8px;
	page-break-before: auto;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #0000ff;
	display: block;
	padding: 8px;
	page-break-before: auto;
	width: 140px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f7eedf;
	background-color: #993300;
	display: block;
	padding: 8px;
	page-break-before: auto;
	width: 140px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #0000ff;
	display: block;
	padding: 8px;
	page-break-before: auto;
	width: 140px;
}

.press  {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #ff0000;
}

.style7 {
	font-size: x-small;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	}
	

#quiztable{
	border: solid 2px #009900;
	background-color: #FFccFF;
	color: #000000;
	padding: 5px;
	z-index: 3;
	visibility: visible;
	height: 20px;
}

#quiztable2{
	position: absolute;
	top: 550px;
	left: 800px;
	width: 170px;
	border: solid 2px #009900;
	background-color: #E6F3FF;
	color: #000000;
	padding: 5px;
	z-index: 3;
	visibility: hidden;
	height: 20px;
}


