html { height: 100%; margin: 0; padding: 0; overflow: auto; }
body {
	height: 100%; margin: 0; padding: 0; overflow: auto;
	background-color: #c3d2e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.title { font-size: 13pt; font-weight: bold; padding-bottom: 15px; }

.menu a { font-weight: bold; margin-bottom: 100px; }
.menu br { margin-bottom: 10px; }
.submenu { margin-left: 10px; margin-bottom: 5px; }
.submenu a { font-size: 90%; margin-left: 10px; font-weight: normal }
.submenu br { margin-bottom: 0px; }

table {
	border: 0;
	font-size: 10pt;
}

th {
	background-color: #063764;
	color: white
}

td.top {
	background-image: url(/images/template/bg.jpg);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td.bottom {
	border-top: 1px solid white;
	padding-top: 10px;
	background-image: url(/images/template/bg_light.jpg);
}

a:link, a:visited {
	color: #063764;
	text-decoration: none;
	border-bottom: 1px dotted #063764;
}
a:hover	{ border-bottom:1px solid #063764; }

HR { border-top: 1px solid black }
