/******************** TAGS SYLES  ********************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	text-transform: capitalize;
}


h2{
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-indent: -39px;
	padding: 10px 0 10px 39px;
	text-transform: none;
}

/* indentation for double digits question numbers*/
.indentDD {
	text-indent: -54px;
	padding: 10px 0 10px 54px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 0;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

ul, ol {
	margin: 0px;
	padding-left: 5px;
	color: #333333;
}

ul li {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
	
}

ol li {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
	
}



/******************** TABLES ********************/

.table-top{
	padding: 20px 0 0 0;
	text-align: left;
}

.table-section{
	padding: 25px 0 0 0;
	text-align: left;
}

/*Questions box */
.table-contents{
	margin: 0px;
	padding: 0px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-transform: none;
	text-align: left;
}


/******************** BODY FONTS  ********************/

.body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
}


.photo {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	text-transform: none;
	text-align: center;
}


.question-menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-transform: none;
	text-align: left;
}

.question-list-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;
	text-transform: uppercase;
	margin:0;
	padding: 5px 0 5px 0;
}

/******************** PARAGRAPHS ********************/

.blurb2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 20px;
}



/******************** BORDERS ********************/
.border-solid-grey-bottom{
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-top: none;
	border-right: none;
	border-left: none;
}

.border-dashed1-brown{
	border-color: #CC6600;
	border-width: 1px;
	border-style: dashed;
}

.border-dashed2-brown{
	border-color: #CC6600;
	border-width: 2px;
	border-style: dashed;
}

/******************** PICTURES ********************/


/******************** "ABOUT" BOX********************/

.boxheading{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 12px;
}



.boxbody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}

