.lengendbar{
	color: #8e826c;
	background: #afaf23;
}
.lengendbar th{
	color: white;
	background: #afaf23;
	padding-top: 10px;
	font-size: 9pt;
}
.lengendbar a{
	color: #042e82;
}
body,td,input,select,textarea{
	font-size: 8pt;
	font-family: arial;
	color: #8e826c;
	vertical-align: top;
}
th{font-size: 8pt;text-align: left;vertical-align: top;}
.button{
	background: #00acec/*#1760b9*/;
	color: white;
}
.heading{
	font-size: 8pt;
	font-family: arial;
	font-weight : bold;
	vertical-align: top;
	text-align: center;
	color: white;
	background: #00acec/*#1760b9*/;
}
.heading a{
	color: white;
}
.heading a:hover{
	color: white;
}
.defRowColor{
	background: white;
}
.altRowColor{
	background: #f0f0f0;
}
.highlightRow{
	background: lightyellow;
}
.notes{
	background: lightyellow;
	color: red;
	font-weight: bold;
}
.snotes{
	color: red;
	font-weight: bold;
	font-size: 7pt;
}
a{
	color: #1760b9;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
	font-size : 11px;
}
a:hover{
	color:  #1760b9;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
	font-size : 11px;
}















h4{
	font-size: 11pt;
	font-family: arial;
	font-weight : bold;
	vertical-align: top;
	text-align: left;
}h5{
	font-size: 9pt;
	font-family: arial;
	font-weight : bold;
	vertical-align: top;
	text-align: left;
}

.fixedSize{
	width: 80px;
	overflow: visible;
}
.fixedLongSize{
	width: 500px;
	overflow: visible;
}
.pageHeading{
	letter-spacing : 4px;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial;
}
.menuBar{
	margin-left: 1em;
}
.selTab{
	background: #005EBA;
	text-align: center;
	border-left: 3px solid white; 
}
.tabs{
	background: navy;
	text-align: center;
	border-left: 3px solid white;
}
tr.bars a {
	background: #009cda;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
}
tr.bars a:hover{
	background: #009cda;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	
}
.menuItem{
	padding-left: .5em;
	padding-right: .5em;
	border-left: 1px solid white;
	text-align: center;
}

.processButton
{
    FONT-WEIGHT: bold;
    BACKGROUND: #009cda;
    COLOR: white;
}
.printeronlyHeading {
   display: none;
}
@media print {
 .printeronlyHeading {
 	   display: block;
       font-family: arial;
       font-size:12pt;
  }
  .dontP{
  	display: none;
  }
  td,th{
	 border-bottom: 1px solid silver;
  }
}
