body{
	font-family: Arial;
}
td {
	font-size: 12pt;
}
A:link, A:visited, A:hover {
	color: #000099;
	text-decoration: none;
}
A:hover {
	color: #3333CC;
	text-decoration: underline;
}

.ContentHeader td {
	background-image: url("images/blue-gradient.jpg");
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 0px 4px 120px;
	border-bottom: solid 1px #000000;
}
.ContentHeader a:link, .ContentHeader a:visited, .ContentHeader a:hover {
	color: White;
}
.ContentHeader a:hover {
	text-decoration: underline;
}

.Menu A:link, .Menu A:visited, .Menu A:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.Menu A:hover {
	color: #3366CC;
}
.SpacedList li{
	padding-bottom: 12px;
}

.BorderBottom td {
	border-bottom: solid 2px #000000;
}
.BorderTop td {
	border-top: solid 2px #000000;
}
.BottomLinks {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	padding-top: 5px;
}

