@charset "utf-8";
.shim {
	background-image: url(images/shim.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EEB427;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.content a {
	color: #0068B3;
}
.footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.footer a {
	color: #0068B3;
}
.footer a:hover {
	text-decoration: none;
}
