body
{
	background-color:#000000;
	background-image:url("../images/main-bg-home.gif");
	background-repeat:repeat-x;
	text-align:center;
}

#wrapper

{

position:relative;
display:table;
margin-left:auto;
margin-right:auto;
}

#container

{

	position:relative;
	width:800px;
	height:auto;
	background-color:#FFFFFF;

}
table
{
font: normal 14px/14px arial, helvetica, sans-serif;
width:800px;
height:auto;
border:solid 1px #000000;
}

h2
{
	font: normal 24px/24px arial, helvetica, sans-serif;
}
	

tr
{
height:95px;
background-color:#FFFFFF;
color:#000000;
}
td
{
width:95px;
vertical-align:top;
text-align:left;
padding:10px;
border:solid 1px #000000;

}
.tHead
{
font: normal 14px/14px arial, helvetica, sans-serif;
background-color:#000000;
width:95px;
height:30px;
color:#FFFFFF;
text-align:center;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background-color: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #CFDFA7;
}

