body {
	text-align:center;
	margin: 0px;
	background-color: #E4FFFF;
	font-family: arial;
	font-size: 10px;
}
table.PageBody {
	background-color: #9CC2E5;
	color: #092C51;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12pt;
}
table.PageBody td {
	margin: 0px;
	padding: 0px;
}

/* Menu Stuff */
td.MenuPanel {
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 200px;
	border-right: solid white 1px;
	vertical-align: top;
}
td.MenuPanel table{
	margin: 0px;
	padding: 0px;
	width: 140px;
	border-bottom: solid white 1px;
	border-collapse: collapse;
	cursor: hand;
	cursor: pointer;
	font-size: 12px;
	background-color: #781915;
	color: white;
}
td.MenuPanel table tr td{
	height: 25px;
	margin: 0px;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
	border-top: solid 1px white;
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
}

/* Sub-menus */
td.MenuPanel table tr td.SubMenu {
	height: 0px;
	overflow: hidden;
}
td.MenuPanel table tr td.SubMenu {
	border: none;
}
td.MenuPanel table tr td.SubMenu table {
	border: none;
	width: 125px;
}
td.MenuPanel table tr td.SubMenu table tr td {
	height: 25px;
	width: 125px;
	border: none;
	background-repeat: no-repeat;
}


/* Main content */
table.PageBody td.Content {
	padding: 10px;
	vertical-align: top;
}

/* Copyright notice */
table.PageBody td.Legal {
	text-align:center;
	vertical-align: middle;
	background-color: #092C51;
	font-size: 10px;
	color: white;
	height: 25px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	color: #092C51;
	border: none;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #092C51
}
.Hover {
	background-image: url(assets/images/Hover.gif);
}
.Current {
	background-image: url(assets/images/Current.gif);
}
.Sub {
	background-image: url(assets/images/SubMenu.gif);
}