table {
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

 a:link {color: #000;}
 a:visited {color: #000;}
 a:hover {color: #660066;}
 
 
 a.red:link {color: #000;}
 a.red:visited {color: #000;}
 a.red:hover {color: #660066;}


a:link img {border:1px solid #FF99cc;}
a:visited img {border:1px solid #FF99cc;}
a:active img {border:1px solid #FF99cc;}
a:hover img {border:1px solid #660066;}

.divider {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding: 2px;
	background-color: #DED9D3;
}

.backgroundcolor {
	background-color: #fff;
}

.panelbullet {
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat; 
    background-position: left;
    background-color: #5e5e5e;
	text-indent: 20px;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;

	
}

div#qTip {
  padding: 3px;
  border: 1px solid #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background: #e4e4e4;
 filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  color: #000000;
  font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}