body {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

div, td, span, p, input, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

input, textarea {
	border: 1px solid #000000;
}

form {
	margin-bottom: 1px;
}

table#mainTable {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

td#topPanel {
	width: 780px;
	height: 100px;
}

td#interPanel {
	width: 130px;
	height: 22px;
}

td#historyPanel {
	width: 650px;
	height: 22px;
	padding: 0px 4px 0px 4px;
}

td#historyPanel a {
	color: #0C0C5C;
}

td#historyPanel a:hover {
	color: #7A7DD4;
	text-decoration: none;
}

td#mainMenuPanel {
	width: 130px;
	vertical-align: top;
}

td#contentPanel {
	width: 650px;
	vertical-align: top;
}

table#mainMenuTable {
	width: 100%;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
	background-color: #D4D4D4;
}

table.subMenuTable {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	width: 130px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

td.subMenuCell {
	border-style: solid;
	border-color: #BACED2;
	border-width: 0px 0px 1px 0px;
	padding: 3px 3px 3px 3px;
	color: #000000;
	background-color: #D4D4D4;
	cursor: pointer;
}

td.subMenuCell a {
	color: #000000;
}

td.subMenuCell a:hover {
	text-decoration: none;
}


td.mainMenuCell {
	border-style: solid;
	border-color: #BACED2;
	border-width: 0px 0px 1px 0px;
	padding: 3px 3px 3px 3px;
	color: #000000;
	background-color: #D4D4D4;
	cursor: pointer;
	vertical-align: middle;
}

td.mainMenuCell a {
	color: #000000;
}

td.mainMenuCell a:hover {
	text-decoration: none;
}

td.mainMenuActiveCell {
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #0C0C5C;
	cursor: pointer;
	vertical-align: middle;
}

td.mainMenuActiveCell a {
	color: #AABEE8;
}

td.mainMenuActiveCell a:hover {
	text-decoration: none;
}

td.mainMenuLeafCell {
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #426AC8;
	cursor: pointer;
	vertical-align: middle;
}

td.mainMenuLeafCell a {
	color: #0C0C5C;
}

td.mainMenuLeafCell a:hover {
	text-decoration: none;
}

table.contentLayoutTable {
}

td.contentLayoutCell {
	padding: 10px 0px 0px 10px;
	vertical-align: top;
}

div.contentLayoutDiv {
	margin: 10px 0px 0px 10px;
}

div.sepDiv {
	border-top: 1px solid #808080;
	margin: 5px 0px 4px 0px;
}