@charset "utf-8";
/* CSS Document */

a:link {  color: #FF6600; text-decoration: underline}
a:visited {  color: #FF6600; text-decoration: underline}
a:hover {  color: #0000CC; text-decoration: none}
a:active {  color: #FF6600; text-decoration: underline}

.nav { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.nav a:link {  color: #0000CC; text-decoration: underline}
.nav a:visited {  color: #0000CC; text-decoration: underline}
.nav a:hover {  color: #0000CC; text-decoration: none}
.nav a:active {  color: #0000CC; text-decoration: underline}

.navFooter { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.navFooter a:link, .navFooter a:visited, .navFooter a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.infoBar { font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.infoBar a:link, .infoBar a:visited, .infoBar a:active {
	font-size: 14px;
	color: #005826;
	text-decoration: underline;
	margin-left: 6px;
}
.infoBar a:hover {
	font-size: 14px;
	color: #005826;
	text-decoration: none;
	margin-left: 6px;
}

.text { font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.text a:link {  color: #710708; text-decoration: underline}
.text a:visited {  color: #710708; text-decoration: underline}
.text a:hover {  color: #710708; text-decoration: none}
.text a:active {  color: #710708; text-decoration: underline}

.text12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text12 a:link, .text12 a:visited, .text12 a:active { color: #710708; text-decoration: underline}
.text12 a:hover { color: #710708; text-decoration: none;}

.text16 { font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.pIndent {
	padding-left: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #710708;
	background-image: url(../images/h1underline.gif);
	background-repeat: repeat-x;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/*color: #710708;*/
	margin-bottom: 0px;
}
.myList li {
	padding: 0px 0px 12px;
	margin: 0px 0px 0px -10px;
	list-style-type: none;
	display: block;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
}
.answer {
	padding-left: 20px;
	color: #55473d;
}
