h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	background-image: url(img/background.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

table.frame {
	height: 100%;
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
}

td.menuColumn {
	width: 180px;
	vertical-align: top;
	padding-top: 20px;
}

td.top {
	vertical-align: top;
	height: 20px;
}

td.body {
	vertical-align: top;
	background-color: White;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 10px;
}

div.menuBox {
	background-color: White;
	width: 160px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px;
}

div.menuPageBox {
	background-color: White;
	width: 160px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px;
	margin-top: 10px;
}

a {
	color: Blue;
	text-decoration: none;
}
