body, p, ul, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #333333;
}
a:link {
	color: #003366;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #990033;
}
a:active {
	color: #990033;
}
h1 {
	font-weight: bold;
	color: #006699;
	font-size: 120%;
}
h2 {
	font-size: x-small;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.1em;
	list-style-type: square;
}
li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Footer {
	font-size: 90%;
	color: #006699;
	text-align: center;
	padding-top: 10px;
}
#Footer a {
	text-decoration: none;
	color: #003366;
}
#Footer .copyright {
	font-size: 95%;
}

#Footer a:hover {
	text-decoration: underline;
	color: #990033;
}
