body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 8px;
	padding: 8px;
	background-color: rgb(220,220,240);
}

.maintable {
	border: solid 1px black;
	width: 701px;
	background-color: rgb(255,255,255);
}

table.top tr td {
	background-image: url('/common/img/top_background.png');
}

tr.buttons td {
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

tr.buttons td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

tr.buttons td ul li {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

tr.buttons td a {
	display: block;
	width: 140px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: rgb(255,255,255);
	text-decoration: none;
	vertical-align: middle;
	background-color: rgb(50,100,150);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Tahoma;
}

tr.buttons td a:hover {
	background-color: rgb(75,150,225);
}

tr.buttons td.noborder {
	border-right: none;
}

table.top tr td.links {
	vertical-align: top;
}

table.top tr td.links div {
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
}

table.top tr td div a {
	color: rgb(0,0,0);
	text-decoration: none
}

table.top tr td div a:hover{
	text-decoration: underline;
}

table.top tr td.address {
	vertical-align: middle;
	text-align: left;
}

table.top tr td.address div {
	padding-left: 10px;
	font-size: 13px;
}

td.copyright {
	font-size: 12px;
	text-align: center;
}

td.secnav {
	font-size: 13px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
	width: 150px;
	border-right: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(240,220,180);
	vertical-align: top;
}

td.secnav a {
	color: rgb(0,0,0);
	text-decoration: none;
}

td.secnav a:hover {
	text-decoration: underline;
}

td.text {
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Tahoma;
	list-style-position: outside;
	vertical-align: top;
}

td.text big {
	font-size: 18px;
	line-height: 23px;
}

td.text div.section {
	font-size: 12px;
	font-weight: bold;
	color: rgb(37,75,113);
	padding-top: 4px;
}

td.text div.section a {
	color: rgb(37,75,113);
}

td.text div.title {
	font-size: 22px;
	font-weight: bold;
	color: rgb(37,75,113);
}

td.text a {
	color: rgb(0,0,255);
	text-decoration: none;
}

td.text a:hover {
	text-decoration: underline;
}

td.text table {
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

td.text table td {
	border-top: solid 1px black;
	border-left: solid 1px black;
}

td.text table.noborder {
	border: none;
}

td.text table.noborder td {
	border: none;
}