html,body{
	font-family: Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: rgb(225, 225, 225);
   }
.Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	color: #006;
	font-weight: bold;
	text-align: center;
}
.SubTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	color: #006;
	font-weight: normal;
	text-align: center;
}
.TextCenter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #006;
	font-weight: normal;
	text-align: center;
}
.Text1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #006;
}
.Text1rs {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #F00;
	font-style: normal;
}
.style11 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.style12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style12_Red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FF0000
}
.style14b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.style14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.ReportSubTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.ReportTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.Text1s_Red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.Text1s_Blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
.SubTitleRed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	color: #F00;
	font-weight: normal;
	text-align: center;
}
.Text1ps {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #F0F;
	font-style: normal;
}
.Text1gs {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #0F0;
	font-style: normal;
}
.Text1ws {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FF0;
	font-style: normal;
}
.Text1b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #00F;
}
.style12r {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.style14_Blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}
.button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin: 0px 0px;
  border: 1px solid #808080;
}
.button12 {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 12px;
}
.button12:hover {
  background-color: #cccccc; 
}
.button14 {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 14px;
}
.button14:hover {
  background-color: #cccccc; 
}
.button14b {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 14px;
  font-weight: bold;
}
.button14b:hover {
  background-color: #cccccc; 
}
.buttonMenu {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 12px;
  text-align: left; 
  height: 22px;
  width: 135px;
}
.buttonMenuS {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 10px;
  text-align: left; 
  height: 18px;
}
.buttonMenuRpt {
  background-color: rgb(215, 215, 235); 
  color: black; 
  font-size: 12px;
  height: 22px;
  text-align: left; 
  width: 135px;
}
.buttonSelect {
  background-color: rgb(235, 235, 235); 
  color: black; 
  font-size: 12px;
  height: 19px;
  text-align: center; 
}
.buttonMenu:hover {
  background-color: #cccccc; 
}
.buttonMenuS:hover {
  background-color: #cccccc; 
}
.buttonMenuRpt:hover {
  background-color: #cccccc; 
}
.buttonSelect:hover {
  background-color: #cccccc; 
}
.buttonMenu:focus {
  background-color: #cccccc;
  color: black; 
}
.buttonMenuRpt:focus {
  background-color: #cccccc;
  color: blue; 
}
.inputBoxR {
  background-color: rgb(245, 245, 245); 
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  border: 1px solid #808080;
  color: black; 
  font-size: 12px;
  height: 19px;
  text-align: right; 
}
