body {
  font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
  scrollbar-3dlight-color: #FFEEFF;
  scrollbar-arrow-color: #DDCCDD;
  scrollbar-base-color: #996699;
  scrollbar-darkshadow-color: #AA99AA;
  scrollbar-face-color: #BBAABB;
  scrollbar-highlight-color: #CCBBCC;
  scrollbar-shadow-color: #996699;
}

.legacyShow {
  display: none !important;
}

#banner {
	font-size: 14pt;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#bound {
  border: solid black 1px;
	width: 90%;
	text-align: left;
	padding: 2%;
}

.fullcolumn {
	width: 100%;
	float: left;
}

.twothirdcolumn {
	width: 66%;
	float: left;
}

.thirdcolumn {
	width: 33%;
	float: left;
}

.minorbox {
	font-size: 11pt;
  background: #EEEEEE;
	padding: 0.33em;
	border: solid #DDDDDD 1px;
	border-top: solid #CCCCCC 2px;
	border-left: solid #CCCCCC 2px;
}

.majorbox {
	padding: 0.33em;
}

.advertbox {
	font-size: 10pt;
	padding: 0.5em;
	float: left;
}

h1 {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
  background: #EEDDEE;
	border-bottom: solid #DDCCDD 5px;
	border-right: solid #DDCCDD 5px;
}

h2 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
  background: #EEDDEE;
	border-bottom: solid #DDCCDD 4px;
	border-right: solid #DDCCDD 4px;
}

h3 {
	margin-left: 15px;
	margin-right: 15px;
	padding: 3px;
  background: #EEDDEE;
	border-bottom: solid #DDCCDD 3px;
	border-right: solid #DDCCDD 3px;
}

h4 {
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
  background: #EEDDEE;
	border-bottom: solid #DDCCDD 2px;
	border-right: solid #DDCCDD 2px;
}

.minorbox h1 {
  background: #DDCCDD;
	border-bottom: solid #CCBBCC 4px;
	border-right: solid #CCBBCC 4px;
}

.minorbox h2 {
  background: #DDCCDD;
	border-bottom: solid #CCBBCC 3px;
	border-right: solid #CCBBCC 3px;
}

.minorbox h3 {
  background: #DDCCDD;
	border-bottom: solid #CCBBCC 2px;
	border-right: solid #CCBBCC 2px;
}

.minorbox h4 {
  background: #DDCCDD;
	border-bottom: solid #CCBBCC 1px;
	border-right: solid #CCBBCC 1px;
}

pre, code {
	font-size: 9pt;
	border-left: solid #FFEEFF 1px;
  background-color: white;
	padding: 1em;
	width: 100%;
	overflow: auto;
}

span.code {
	font-size: 9pt;
	font-family: monospace;
  background-color: white;
}

abbr, acronym {
  border-bottom: dashed #BBAABB 1px;
  cursor: help;
}

form {
  cursor: help;
}

input, textarea, select {
  border: solid #AA99AA 1px;
	background: transparent;
  cursor: help;
}

ul {
  list-style-position: outside;
  list-style: square;
}

ul.menu {
  list-style-position: inside;
  line-height: 1em;
	margin-left: 0em;
  list-style: none;
	text-indent: -1em;
}

li.heading {
  list-style: none;
  list-style-image: none;
	margin-left: 0em;
}

ul.menu li.heading {
  border-left: solid #EEDDEE 0.5em;
}

textarea {
  cursor: text;
}

a {
  position: relative;
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

p {
  text-indent: 1em;
}

cite, blockquote {
  text-indent: 1em;
}

blockquote {
  padding: 1em;
  margin: 1em;
	border-top: solid #CCBBCC 1px;
	border-left: solid #CCBBCC 1px;
	border-bottom: solid #CCBBCC 3px;
	border-right: solid #CCBBCC 3px;
}

img {
  border: none;
	vertical-align: top;
	float: right;
}

img.icon {
	float: none;
}

#banner img {
	float: none;
	margin: 0px;
	padding: 0px;
}

table {
	border-top: solid #CCBBCC 1px;
	border-left: solid #CCBBCC 1px;
	border-bottom: solid #CCBBCC 3px;
	border-right: solid #CCBBCC 3px;
	background: white;
	margin: 1em;
}

th {
	background: #EEDDEE;
}

td {
  vertical-align: top;
}

caption {
	background: #CCBBCC;
}

.info, .warning, .right, .wrong, .help {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0.5em;
	text-indent: 1em;
	margin: 0.5em;
}

.wrong {
  border-left: solid red 1px;
  border-right: solid red 1px;
	background-image: url(images/icon_error.gif);
}

.info {
  border-left: solid navy 1px;
  border-right: solid navy 1px;
	background-image: url(images/icon_info.gif);
}

.warning {
  border-left: solid orange 1px;
  border-right: solid orange 1px;
	background-image: url(images/icon_warning.gif);
}

.right {
  border-left: solid green 1px;
  border-right: solid green 1px;
	background-image: url(images/icon_success.gif);
}

.help {
  border-left: solid brown 1px;
  border-right: solid brown 1px;
	background-image: url(images/icon_help.gif);
}

span.info, span.warning, span.right, span.wrong, span.help {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 0px 0.33em 0px 1.33em;
	margin: 0px;
}




