/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 80%;
}
h1, h2 {
	font-size: 110%;
	clear: both;
}
h3 {
	font-size: 105%;
}h4 {
	font-size: 90%;
	font-weight: bold;
}
a {
	color: #0054A4;
	text-decoration: none;
}
#content {
	font-size: 80%;
}
a:link {
	color: #0054A4;
	text-decoration: none;
}

select {
	color: #003F7D;
}
a:hover {
	color: #4099DB;
	text-decoration: underline;
}

input {
	font-size: 85%;
}
.clearit {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li {
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: circle;
	font-size: 80%;
}
