html {
  height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #423D5D;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50px 50px;
}
p {
  padding-top: 0px;
	margin-top: 0px;
}
a:link {
  color: #8a84ae;
  text-decoration: underline;
}
a:visited {
  color: #8a84ae;
  text-decoration: underline;
}
a:hover {
  color: #423d5d;
  text-decoration: underline;
}
a:active {
  color: #8a84ae;
  text-decoration: underline;
}
.frame-top {
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-color: #ECEBF1;
	border-right-color: #ECEBF1;
	border-bottom-color: #ECEBF1;
	border-left-color: #ECEBF1;
	padding-top: 10px;
	height: 100px;
	border-bottom-style: solid;
}
.frame-content {
	background-color: #ECEBF1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #423d5d;
	border-right-color: #423d5d;
	border-bottom-color: #423d5d;
	border-left-color: #423d5d;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.frame-bar {
	text-align: right;
	padding-top: 10px;
}
.frame-header {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	vertical-align: middle;
	color: #423D5D;
	background-color: #ECEBF1;
	height: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-top-color: #423D5D;
	border-right-color: #423D5D;
	border-bottom-color: #423D5D;
	border-left-color: #423D5D;
	font-weight: bold;
	padding: 5px;
}
.menu-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ecebf1;
	text-align: right;
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-top-color: #8A84AE;
	border-right-color: #8A84AE;
	border-bottom-color: #8A84AE;
	border-left-color: #8A84AE;
	cursor: hand;
	cursor: pointer;
}
.menu-item a:link {
  color: #ecebf1;
	text-decoration: none;
}
.menu-item a:visited {
  color: #ecebf1;
	text-decoration: none;
}
.menu-item a:hover {
  color: #ecebf1;
	text-decoration: none;
}
.menu-item a:active {
  color: #ecebf1;
	text-decoration: none;
}
.menu-sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ecebf1;
	text-align: right;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #8A84AE;
	border-right-color: #8A84AE;
	border-bottom-color: #8A84AE;
	border-left-color: #8A84AE;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.menu-sub a:link {
  color: #ecebf1;
	text-decoration: none;
}
.menu-sub a:visited {
  color: #ecebf1;
	text-decoration: none;
}
.menu-sub a:hover {
  color: #8a84ae;
	text-decoration: none;
}
.menu-sub a:active {
  color: #ecebf1;
	text-decoration: none;
}
.content-foo {
	background-color: #ecebf1;
}
.table-hdr {
	font-weight: bold;
	background-color: #8a84ae;
}
.table-row {
	vertical-align: top;
}
