.Outline {
	border: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.mainTableHeader {
	font-size: 18px;
	background-color: #000099;
	color: #FFFFFF;
}
.lightgreyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8A8A8A;
	border-right-color: #8A8A8A;
	border-bottom-color: #8A8A8A;
	border-left-color: #8A8A8A;
}
.subTableHeader {
	background-color: #8A8A8A;
	font-size: 18px;
}
.Navigation {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Navigation a:link {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.Navigation a:visited {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.Navigation a:active {
	font-size: 14px;
	color: #FFFF00;
	background-color: #000000;
	font-weight: bold;
}
.Navigation a:hover {
	font-size: 14px;
	color: #FFFF00;
	background-color: #000000;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
