 /* --PageID:272-- */ 

.HomePage, .HomePageText {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.HomePageText {
	text-align: left; 
	font-size: medium;
}

body {
background-color:#fed26d;
background-image: url(../home/images/background.jpg);
background-repeat: repeat-x;
/*	background-color:#FFFF99; */
	margin-top:0px;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:3px;
	font-family: Tahoma, sans-serif;
	font-size:14px;
}

.ERRORMessage{
	font-family:"Arial Black", Arial;
	text-align:center;
	font-size:16px;
	background-color:#CC3300;
	color:#FFFFFF;
	width:100%;
	font-weight:900;
	empty-cells:hide;
}

.ReportTable {
	margin:0px;
	padding:2px;
	border-spacing:2px;
	border-collapse:separate;
	empty-cells:show;
	border:none;
	font-family: Tahoma, sans-serif;
	font-size:12px;
}
th.ReportTable {
	border:none;
	text-align:center;
	font-weight:900;
	background-color: #520303;
	color: #FFFFFF;
}
td.ReportTable {
	border:none;
	text-align:left;
	background-color: #f0ca73;
	color: #000000;
}
td.ReportTableAlt {
	border:none;
	text-align:left;
	background-color: #d1a056;
	color: #000000;
}
.ReportTableSeparator {
	border-top: 2px solid #520303;
	text-align:left;
	background-color: #f0ca73;
	color: #000000;
}

.EntryForm {
	margin:0px;
	padding:2px;
	text-align:left;
	empty-cells:show;
	border:none;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	background-color: #f0ca73;
}
th.EntryForm {
	border:none;
	text-align:center;
	font-weight:900;
	background-color: #520303;
	color: #FFFFFF;
}

a.nav{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	border-bottom:solid 0px #FFFFFF;
}
a.nav:link{
	color:#000000
}
a.nav:visited{
	color:#000000
}
a.nav:hover{
	color:#CC3300;text-decoration: none;
}
a.nav:active{
	color: #000000
}

.navhead {
  background-color: #2f4f2f;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffda82;
}

h1,h2,h3,h4,h5,h6{
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #000000;
}
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.bltb {background-color: #2f4f2f}

.whtb {background-color: #ffda82}

.bltbbody {background-color: transparent }

.whtbbody {background-color: transparent }

.foot {
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #999999;
}

.menu1{
	width: 175px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	display:block;
	text-decoration: none;
	color: #000000;
}
.submenu{
	width: 155px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	list-style-type: none;
	
	display: block;
	margin-left: 0;
	padding-left: 20px;
}
a.menu1:hover {
  color: #CC3300;
}
a.submenu:hover {
  color: #CC3300;
}
a.menu1:active {
  color: #CC3300;
}
a.submenu:active {
  color: #CC3300;
}
.hide{
display: none;
}
.show{
display: block;
}
