body {
	color: #000;
	background: #065582;
	padding: 0px;
	margin: 10px;
}

.hidden {
	display: none;
}
.visible {
	display: block;
}

.PrintText {
	font-size: 11px;
}

table {
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	height: 100%;
}

td {
	padding: 0px;
}

td.borderframe {
	width: 48px;
	height: 100%;
	background: #065582;
}

td.headerframe {
	width: 100%;
	height: 142px;
}

table.submenu {
	border-collapse: separate;
	text-align: left;
}

td.submenuitem {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #DFEACC;
}

td.submenuitem a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #065582;
}

td.submenuend {
	width: 100%;
	height: 100%;
	background: #DFEACC;
}

img.leftimages {
	margin-bottom: 14px;
	position: relative;
	top: -20px;
}

p.contactinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878B8D;
	font-weight: bold;
}

p.contactinfo a {
	text-decoration: none;
	color: #878B8D;
}

p.contactinfo a:hover {
	color: #000;
}

