a {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	color: #0033CC;	
}

a:hover {
	text-decoration: underline;
}
td, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;	
}
td, p, div {
	margin: 0px 0px .5em 0px;
	font-size: small;
	line-height: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0em;
	padding: .25em 0em .5em 0em;
	text-decoration: underline;
	line-height: normal;
}
h1{
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
h4 {
	font-size: small;
	text-decoration: none;
}

ul {
	margin: 0em 0em .5em 0em;
}
li {
	padding-bottom: .20em;
	margin: 0em;
}
ul > li {
	list-style-type: square;
}

.Content {
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 25px;
}
.BottomNav {
	padding: 5px;
}
.Copyright {
	padding: 5px;
	font-size: x-small;
	color: #999999;
}
