html {
	background-color:#eeeeee;
}

div#mnuMain {
  color: #333;
	background-color:#FFFFDD;
  padding: 3px;
  border: 1px solid #009900;
  position: inline;
  top: 0px;
  left: 0px;
  right: 0px;
}

#mnuItem {
  border: 1px solid rgb(230,230,230);
  display: inline-block;
  width: 120px;
  margin-left: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-weight: bold;
  font-family: Helvetica;
  font-size:9pt;
  text-align: center;
  color: rgb(200,200,200);;
}

#mnuItem a {
  display:block;
  text-decoration:none;
  background:#F0F0F0;
}

#mnuItem a:hover {
  color: rgb(120,120,120);;
  background: #C2D9E8 repeat-x scroll 0 0;
}

body {
	font-family: Arial, sans-serif;
	font-size:9pt;
	background: #fff;
	background-attachment: fixed;
	color: #333;
	padding: 5px;
	margin: 0;
}

#cntMain {
  background-color:#DFFFDF;
}

#cntMain table {
  width: 75%;
}

#cntMain table td {
  background:#FFFFDD none repeat scroll 0 0;
  width:180px;
}

#tHead {
  text-align:center;
}

H1 {
	font-family: Arial, sans-serif;
	font-size:18px;
}

H2 {
	font-family: Arial, sans-serif;
	font-size:16px;
}

H3 {
	font-family: Arial, sans-serif;
	font-size:14px;
}

TD {
	border: 1px solid #009900;
  padding-right: 3px;
}

INPUT {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: white;
	border:none;
}

.tblHeader {
	background: #DCE6DD;
}

.HHead {
	font-size: 18px;
	font-weight: bold;
	font-family: Times;
	margin-left: 3px;
	border-bottom: 1px solid #009900;
	text-align:left;
}

.Content {
	font-family: Arial, sans-serif;
	font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
	background-color: #DFFFDF;
	border-top: none;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
}

.StatusBar {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-top: 1px dashed black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: rgb(240,240,240);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.Tab1 {
	background-color: #FFFFDD;
}

.Tab2 {
	font-weight: bold;
	background-color: #DFFFDF;
}

.MainTop {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFFFDD;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
}

PRE {
  border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
  border-bottom: 1px solid black;
	background-color: rgb(200,200,200);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Att {
  font-family: Courier New;
	color: red;
	font-size: 14px;
  font-weight: bold;
}

.Pre {
  font-family: Courier New;
	font-size: 12px;
  background-color: rgb(250,250,250);
  padding-left: 3px;
  padding-right: 3px;
}
