	A:hover {color: #CC0033; font-family: Arial; font-weight: bold}
	/*<!-- style for Index.php scroll bars -->*/
	BODY {
		SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray; 
		SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray; 
		SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: red
	}
	
	<!-- style for Main Menu -->
	#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
	#menu1 a:active {color:black;text-decoration:none;}
	#menu1 a:hover {color:black;background-color:#FFFF99}
	#menu1 a:visited {color:black;text-decoration:none;}

	/*<!-- style for fields tips -->*/
		#dhtmltooltip{
		position: absolute;
		width: 150px;
		border: 2px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

	/*<!-- // for display banner -->*/
		/*Modify attributes of #contentwrapper below as desired */
		#contentwrapper{
		height:60px;
		border: 3px solid #C0C0C0;
		font: bold;
		color: #191970;
		position:relative;
		text-align: justify;
		padding: 5px;
		}
		.billcontent{
		width: 100%;
		display:block;
		}
	
	.sticky {
		WHITE-SPACE: nowrap; TEXT-DECORATION: none}

	DIV#stickyEl {
		BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; PADDING-LEFT: 3px; BACKGROUND: #ffdead; PADDING-BOTTOM: 3px; BORDER-LEFT: black 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: black 1px solid}

	.buttonBlack {
	FONT-WEIGHT: bold; COLOR: #ffffff; BORDER-TOP-STYLE: outset; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; BACKGROUND-COLOR: #000000; BORDER-BOTTOM-STYLE: outset}

/*<!--  Disallow Printing of form controls*/
	@media print {
	  .DONTPrint{ display:none }
	}
