/* CSS Document */

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

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

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

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

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

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

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
}

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

a:link {
	color: #03369C;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #03369C;
}
