body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 1.5;
}
.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #c56733;
	line-height: 1.5;
}
.maintextorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d57e3b;
	line-height: 1.5;
}
.header { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	color: #FFFFFF; 
	font-weight: bold; 
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold; 
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d57e3b;
	font-weight: bold; 
}
.title { 
	color: #d57e3b; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
.title2 { 
	color: #d57e3b; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #D57E3C;
}
.small2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #D57E3C;
}
a.caption:link,a.caption:active,a.caption:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #D57E3C;
	font-weight: bold; 
	text-decoration: none;
}
a.caption:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #88451e;
	font-weight: bold; 
	text-decoration: none;
}
.guide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #d57e3b;
	line-height: 1.5;
}
a.guide:link,a:active,a:visited { 
	color: #d57e3b; 
	font-style: normal; 
	text-decoration: none; 
}
a.guide:hover { 
	color: #88451e; 
	font-weight: bold; 
	text-decoration: none; 
}
a:link,a:active,a:visited { 
	color: #d57e3b; 
	text-decoration: none; 
}
a:hover { 
	color: #88451e; 
	text-decoration: none; 
}
a.nav:link,a.nav:active,a.nav:visited { 
	color: #d57e3b; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 13px;
	text-decoration: none;  
}
a.nav:hover { 
	color: #88451e; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 13px;
	text-decoration: none;  
}
a.bottomnav:link,a.bottomnav:active,a.bottomnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #95431F;
	text-decoration: none;
}
.mark {
	background-image: url(images/mark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.arrow_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	font-weight: bold;
	padding-left: 13px;
}
a.arrow_bullet:active, a.arrow_bullet:link, a.arrow_bullet:visited {
	font-weight: bold;
	color: #c56733;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
a.arrow_bullet:hover {
	color: #88451e;
	text-decoration: none;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
.arrow_bullet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	font-weight: normal;
	padding-left: 13px;
}
a.arrow_bullet2:active, a.arrow_bullet2:link, a.arrow_bullet2:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
a.arrow_bullet2:hover {
	color: #666666;
	text-decoration: none;
	background-image: url(images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

/* Quiz Styles */

.explanation_correct {
	border: 1px #5F683C solid;
	padding: 5px;
	font: 11px/16px Arial, sans serif;
}
.explanation_wrong {
	border: 1px #990000 solid;
	color: #990000;
	padding: 5px;
	font: 11px/16px Arial, sans serif;
}
.quiz_blockquote {
	margin:5px 0px 10px 10px;
}
