/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -.25em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight: bold;
	color: #003399;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -.25em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: bold;
	color: #3300FF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -.25em;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight: bold;
	color: #3366CC;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -.25em;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: -1.25em;
	list-style: none;
	color: #000066;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 20px;
	padding-right: 20px;
	color: #000066;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000066;
}

ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000066;
}
