@CHARSET "ISO-8859-1";

.frontPage {
    margin-top: 16px;
}

.frontPage table {
	/*border: 1px dotted #1696CE;*/
	margin-bottom: 1em;
	padding: 0.5em;
}
.frontPage table td {
	vertical-align: top;
}

.frontPage > h1 {
	background-image: url("/pics/h-bg.png");
	background-repeat: repeat-x;
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 6px;
}
.frontPage > h1 * {
	color: #fff;
	text-decoration: none;
}

h3.blueHeader25 {
	background-image: url("/pics/h-bg-25.png");
	background-repeat: repeat-x;
	color: #fff !important;
	height: 25px;
	margin: 12px 0 0 0 !important;
	padding: 5px 0 0 5px !important;
}
h3.blueHeader25 a:hover {
	color: #fff !important;
	text-decoration: none;
}
