﻿body 
{
	font-family:Segoe UI, Trebuchet MS, Arial;
	font-size:12px;

}

a {
	color: #6F6F35;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}	 
a:hover {text-decoration: underline;}

.header 
{
	color:#A2A24F;
	font-size:48px;
	font-family:Segoe UI, Trebuchet MS, Arial;
	font-weight:bolder;
	
}

.sectionPanel
{
	width:95%; 
	height:140px;
	background-color:#EBEBD6; 
	border-width:1px; 
	border-style:dashed; 
	border-color:#D5D5A8; 
	padding:8px;
}

.sectionTitle 
{
	color:#6F6F35;
	font-size:18px;
	font-family:Segoe UI, Trebuchet MS, Arial;
	font-weight:bold;
}

.sectionBody 
{
	color:#181C87;
	font-size:12px;
	font-family:Segoe UI, Trebuchet MS, Arial;
}