h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 40px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0px;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.bigblue {
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;

}
.blue {
	color: #0066CC;
}
.grey {

	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066CC;
	font-weight: bold;
	font-style: italic;

}
.biggrey {
	color: #666666;
	font-size: 16px;
	font-weight: bold;

}
.quote {
	background-color: #DFDFDF;
	padding: 10px 15px;
	margin: 10px;


}
ul {
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;



}
