/******************** 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: 17px;
}


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: 0px;
	padding: 10px 0 10px 0px;
	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;
	margin: 0;
	padding: 5px 0 10px 0;
}

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;
}


/******************** BODY FONTS  ********************/

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}


.photo {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	text-transform: none;
	text-align: center;
}






/******************** PARAGRAPHS ********************/

.blurb2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 20px;
}

/******************** BOX********************/

.boxheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 15px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
}

.boxbody{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;	
	font-weight: normal;	
	text-transform: none;	
	color: #333333;	
	text-decoration: none;
	line-height: 140%;
}


