html {
	background-color:#eeeeee;
}

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

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;
}

TH {
	font-family: Arial, sans-serif;
	color: #333;
	font-size:12px;
}

TD {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #009900;
	background: #FFFFDD;
}

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

DIV {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.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;
}
