body {
  background-image:url(images/bggirl_2.jpg);
  background-attachment:fixed;
  background-position:left top ;
  background-repeat:no-repeat;
  background-color:#ffffff;
}


table {
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

 a:link {
	color: #000000;
}
 a:visited {
	color: #000000;
}
 a:hover {
	color: #CC3300;
}

a:link img {border:6px solid #f4f4f4;}
a:visited img {border:6px solid #f4f4f4;}
a:active img {border:6px solid #f4f4f4;}
a:hover img {border:6px solid #e4e4e4;}

.divider {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding: 2px;
	background-color: #DED9D3;
}


.panelbottomleft {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC3300;
	text-indent: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	
}

.panelbottom-new {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF9900;
	text-indent: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	
}

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;
}