/**
 Five Loaves & Two Fishes
 ********************************************* 
	iframe content
 * ----------------------------------------------
 */

html,body {
	font-family: "Times New Roman", Times, serif, Verdana, Arial;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #e6e1cb;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#929c53;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#929c53;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:white;
	scrollbar-3d-light-color:#9BAAC1;
}

a,a:link{color: #236aa0; text-decoration: underline;}
a:visited{color: #236aa0;}
a:hover, a:active{color: #236aa0; text-decoration: none;}


h1 {
	font-size: 1.5em;
	color: #fff;
	background-color: #929c53;
	padding: 10px 5px 10px 5px;
}

h2 {
	font-size: 1.2em;
	color: #236aa0;
	border-bottom: 1px dashed #999687;
}

