body {
	background-color: #4c5270;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ol, ul {
	font-size: 14px;
	line-height: 1.5em;
}
.leader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height:normal;
	font-style: italic;
	align: center;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#yellowbox {
	width: 460px;
	background-color: #ffdf5f;
	border: 2px dotted #999999;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 100px;
}
#greybox {
	width: 560px;
	background-color: #E7E7E7;
	border: 2px solid #999999;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 50px;
}
#yellowbox p, #greybox p {
	line-height: 1.5em;
	margin: 0px;
}
.red {
	color: #CC0000;
}

.footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #909478;
color: #fff;
border: 2px dotted #fff;
clear: both;
text-align: center;
}

.footer a:link {
color: #ffffff;
font-size: 11px;
text-decoration: underline;
}
.footer a:visited {
color: #cccccc;
font-size: 10px;
text-decoration: underline;
}
.footer a:hover {
color: #ffffff;
font-size: 10px;
text-decoration: underline;
}



