html, body {
    height: 100%;
}
body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0;
}
p {
	color: black;
	font-size: .9em;
	line-height: 1.2em;
	padding: 8px;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	float: none;
}
h3 {
	font-size: .9em;
	color: #000000;
}
ol {
	color: black;
	font-size: .9em;
}
ul {
	color: black;
	font-size: .9em;
}
/*                    */
/* MASTER PAGE START */
#top_box {
	height: 90px;
	width: 100%;
}
#content {
	width: 100%;
	vertical-align: top;
	padding-top: 8px;
	min-height: 500px;
	max-height: 100%;
}
.content {
	width: 100%;
	text-align: justify;
	vertical-align: top;
	padding-top: 20px;
}
#home {
	height: 500px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#footer {
	height: 120px;
	width: 100%;
}
/* MASTER PAGE END */
/*                */
/* START PAGE CONTENT */
/*#textbox {
	width: 600px;
	text-align: justify;
	text-decoration:none;
}*/
ul.inline {
	position: relative;
	left: -18px;
  }
li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }
li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
  }
#textbox {
	width: 600px;
	text-align: justify;
	text-decoration: none;
}
.textbox {
	width: 600px;
	text-align: justify;
	text-decoration: none;
}
#headline {
	font-weight: bold;
	font-size: 1em;
	position: absolute;
	left: 144px;
	top: 110px;
	display: block;
	float: none;
}
#webtable {
	margin: 30px 10px 0px 0px;
}
.column {
	width: 200px;
}
.th_tbl {
	width: 660px;
}
.th_box {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	border: 2px dotted #CCCCCC;
	margin: 6px;
	vertical-align: top;
}
.th_desc {
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	padding: 12px;
	border: 2px dotted #66CCFF;
	margin: 6px;
	vertical-align: middle;
}
.th_desc_tools {
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	padding: 10px 12px 12px 12px;
	border: 2px dotted #66CCFF;
	margin: 6px;
	vertical-align: top;
}
.bttmtxt {
	text-align: center;
}
.comment {
	color: #696969;
	font-size: 9pt;
}
.hilite {
	color: red;
}
.bt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
}
.bb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
}
.bl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000CC;
}
.br {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000CC;
}
.pmstbl {
	height: 98px;
	width: 60px;
	text-align: center;
	border: 1px dotted #000000;
	vertical-align: middle;
	padding: 4px;
}
.pmstab {
	height: 94px;
	width: 60px;
	text-align: center;
	vertical-align: bottom;
}
.pmschip {
	height: 54px;
	width: 54px;
	border: 1px dotted #000000;
}
.pmsname {
	color: #666666;
	font-size: 9pt;
	text-align: center;
	vertical-align: bottom;
}
.inarow {
	display: inline;
	padding: 0px 4px 0px 4px;
	width: 180px;
	float: left;
	position: relative;
	left: 30px;
}
.jumpmenu {
	position: absolute;
	top: 108px;
	right: 10px;
	display: block;
	float: none;
}
#jumpmenu {
	text-align:center;
}
/* END PAGE CONTENT */
/*                */
/* START FOOTER */
.foottext {
	color: #808080;
	font-size: 0.7em;
	vertical-align: bottom;
}
/* END FOOTER */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
