/* CSS Document */

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
} 
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #99CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #99CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
}
