@charset "utf-8";
/* CSS Document */

.hidden { display: none; }
.unhidden { display: block; }

body {
	font-size: 65.5%;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset {
	width: 350px;
	margin: 10px 0 0 190px;
	padding: 10px;
	border: 2px solid #8aa5b6;
	background: #eeeeee;
}
fieldset p {
	padding: 0;
	font-size: 1.1em;
	margin-bottom: .5em;
	
}
.textbox, textarea {
	width: 150px;
	border: 1px solid #666666;
	font-size: 1.3em;
	padding: .2em;
}

ul.quest {
	list-style-type: none;
}
ul.quest li {
	padding: .1em 0 1.2em 35px;
	background: url(images/question-bullet.gif) no-repeat left top;
}

ul.questsmall {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.questsmall li {
	background: url(images/tableBullet.gif) no-repeat left top;
	background-position: 0px 4px;
	padding: 0 0 10px 20px;
	margin-left: 0px;
	font-size: 11pt;
}

.redtxthdr {
    font-size: 30px;
    color: #5F0403;
    font-family: Helvetica;
    font-weight: bold;
}
.goldtxthdr {
    font-size: 30px;
    color: #B07E25;
    font-family: Helvetica;
    font-weight: normal;
}
