/* CSS Document */
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	Color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a.iowaconcrete:link {
	color: #000000;
	text-decoration: none;
}
a.iowaconcrete:hover {
	color: #000000;
	text-decoration: underline;
}
a.iowaconcrete:visited {
	color: #000000;
}
a.iowaconcrete:active {
	color: #000000;
}
.small_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}