h1{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #003f80;
}
.MatSystems {
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
}
.TanText {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: CCCC99;
}
.BlueBkgd {
	background-color: #003f80;
}
.BlueText {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #003f80;
	line-height:18px;
}
.BlueText a:link {
	color: #003f80;
	text-decoration:underline;
}
.BlueText a:active {
	color: #003f80;
	text-decoration:underline;
}
.BlueText a:visited {
	color: #003f80;
	text-decoration:underline;
}
.BlueText a:hover {
	color: #003f80;
	text-decoration:none;
}
.BlueBorder {
	border: 1px solid #003f80;
}
.TanBkgd {
	background-color: dad4b0;
}
.BlueTextsmall {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #003f80;
}
.RedBkgd {
	background-color: #990000;
}
