 body 	{
	font-family: verdana, arial;
	font-size: 10pt;
	background: url('./graphics/bkgGreyBlue.jpg');
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	}
 a:hover {
   background:  none;
   color: #000099;
   font-style: normal;
}

a.button {
    /* background: transparent url('./graphics/bg_button_a.gif') no-repeat scroll top right; */
    color: #0000cc;
    display: block;
    float: left;
    font: normal 11px verdana, arial, sans-serif;
    height: 24px;
    width: 172px;
    margin-left: 0px;
    /* padding-right: 14px;  sliding doors padding */
    padding-left: 0px;
    text-decoration: none;
}

a.button span {
    background: transparent url('./graphics/bg_button.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 11px;
}

a.button:hover {
    background-position: bottom right;
    color: #000000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0px 4px 12px; /* push text down 1px */
}

 .bar		{
	border-top-style: double;
	border-top-width: 2px;
	border-top-color: #6699cc;
	border-bottom-style: double;
	border-bottom-width: 2px;
	border-bottom-color: #6699cc;
	background-color: #660000;
	height: 3px;
	font-size: 1px;
	padding: 0px;
	}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.navigationLabels {
    background: transparent url('./graphics/bg_button.gif') no-repeat top left;
    color: #000066;
    display: block;
    float: left;
    height: 24px;
    width: 178px;
    margin-top: 2px;
    margin-left: 2px;
    padding: 0px;
    text-decoration: none;
}

.hide { position: relative;
    	left: 8px;
    	top: 0;
    	display: none;
    	border-left: none;
	display: none;
  }

.tdhide { }
table td.tdhide:hover table { color: #ff0000; display: block; }

.textColor {color: #990066; background-color: #ffffdd;}
