table {
	font: 9pt/16px Tahoma, Arial, Helvetica, sans-serif;
    color: #333333;
    }
	
body {
	color: #000000;
	background-color: #F5F5F5;
    }
	
p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.rightcoltext {
	padding-right: 4x;
	padding-left: 4px;
}

.imgbackground {
	font-size: 8pt;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #2D3106;	
}

 a:link { color: #333333; }
 a:visited { color: #333333; }
 a:hover {	color: #990000; }

a:link img {border:1px solid #000000;}
a:visited img {border:1px solid #000000;}
a:active img {border:1px solid #D5DACD;}
a:hover img {border:1px solid #990000;}

.typemenu
a.typemenu:link    {color:#990000; text-decoration:none;}
a.typemenu:visited {color:#990000; text-decoration:none;}
a.typemenu:hover   {color:#000000; text-decoration:underline;}

.divider {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding: 3px;

}

.panelleft {
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;

}
	
div#qTip {
  padding: 3px;
  border: 1px solid #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background: #000000;
 filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  color: #ffffff;
  font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}