.row1{
	margin-bottom:1px;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.row2 {
	background-color:#999999;
	cursor:pointer;
	margin-bottom:1px;
	text-decoration:none;
	font-size: 11px;
	color: #000000;
} 

.style1 {
	font-size: 11px;
}

.txt {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

.active_tab, .inactive_tab
{
  float:left;
  font-size:14px;
  padding-top: 2px;
  margin-left: 0px;
  margin-right: 5px;
  height:auto;
  width:auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.active_tab
{
  /*background-image: url(images/various/tabs/active_tab.png);*/
  font-weight: bold;
  color: #000000;
  text-decoration:underline;
}

.inactive_tab
{
  /*background-image: url(images/various/tabs/inactive_tab.png);*/
  color: #7a7a7a;
}
.content_White {
	color:#fff;
}