.BorderedCell {
	border: 0.05em solid #006644;
	font-weight: bold;
	background-color: #FFFFB7;
}

.BorderedCellWhite {
	border: 0.05em solid #006644;
	background-color: #FFFFFF;
}

.BorderedCellTop {
	border-top: 0.05em solid #006644;
	border-left: 0.05em solid #006644;
	border-right: 0.05em solid #006644;
	background-color: #FFFFFF;
}

.MarginSpacerTen {
	margin: 10px, 5px, 10px, 5px;
}

.PaddingSpacerTen {
	padding-top: 10px;
}

.MedicaidLink {
	font-style: normal;
	color: #FF0000;
	link: #FF0000;
	visited: #FF0000;
	active: #FF0000;
}

A.NavLinkStyle:link {
	font-style: normal;
	color: #006644;
}

A.NavLinkStyle:visited {
	font-style: normal;
	color: #006644;
}

A.NavLinkStyle:active {
	font-style: normal;
	color: #006644;
}

A.NavLinkStyle:hover {
	font-style: normal;
	color: #CC6600;
}

H2 {
	font-weight: bold;
}

H3 {
	font-weight: bold;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18;
	font-weight: bold;
	color: #006644;
	background-image: "../images/bg_cream_solid.jpg";
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
}

IMG {
	border: 0;
}
