.biggest
{
  font-size:3.5em;
}

.bigger
{
  font-size:1.5em
}

.big
{
  font-size:1.25em;
}

.bodyClass
{
  background-color:#606066;
  color:#ddaacc; 
}

.center
{
  text-align:center; 
}

.columnHeader
{
  color:#440011;
  align:center;
}

.description
{
  vertical-align:bottom;
  font-size:0.9em;
}

.handcursor
{
  cursor:pointer;
}

.heading
{
  color:#cc99bb;
}

.innerTable 
{
  color:#440011;
  color:#ddaacc;
  font-size:1em;
}

.innerTableElement
{
  color #440011;
  background-color:#000000;
  font-size:18px;

  padding:0px;
  border-collapse: collapse; 
  border-color#703333;
}

.link
{
  color:#cc99aa;
}

.right
{
  text-align:right;
}

.small
{
 font-size:0.5em; 
}

.thumbnail
{
  vertical-align:top;
  border-bottom-style:none;
  border-bottom-width:0px;
}

.thumbnail,
.title,
.description
{
  color: #440011;
  background-color:#787882;
  font-size:1em;
  text-align:center;
  padding:0px;
  border-right-style:solid;
  border-right-width:2px;
  border-left-style:solid;
  border-left-width:2px;
  border-collapse: collapse; 
  border-color#707077;
}

.title
{
  border-top-width:9px;
  font-style:italic;
  vertical-align:top;
}

.dhtmlgoodies_tooltip
{
  background-color:#bbbbbb;
  color: #443366;
}


















	#dhtmlgoodies_tooltip{
                color:#000;
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}

