body {
	background-color : #FFFFFF;
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}

h1 {
	font-family : "Arial Black", sans-serif;
	color : #EF9C00;
	text-align : left;
	margin-left : 5px;
	font-size: 16pt;
}

h2, h3, h4  {
	font-family : "Arial Black", sans-serif;
	color : #FACD8A;
	text-align : left;
	margin-left : 5px;
}


h2 {
	font-size : 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font : 10pt;
	
}

p{
	color : Black;
	text-align : left;
	text-indent : 0px;
	margin-left : 10px;
	margin-right : 10px;
}

.image_display {
	
}

.indent0 {
	margin-left : 2%;
	margin-right : 2%;
}


.indent1 {
	margin-left : 5%;
	margin-right : 5%;
}

.indent2 {
	margin-left : 10%;
	margin-right : 10%;
}

.center_text {
	text-align : center;
}

.image_caption {
	color : White;
	text-align : center;
	font-size : smaller;
}

.left_panel {
	text-align : left;
	margin : 2px;
	
}

.right_panel {
	margin: 2px;

}

.footer {
	background-color : #FFFFFF;
	font-size : 8pt;
	text-align : left;
	margin : 10px;
}

.foot {
	 color: #dd9955;
      text-align: right;
}

a:link,  a:visited{ 	color : #0000FF; text-decoration : none;}
a:hover,  a:active{ color : Red; text-decoration : underline; }

