/* Stylesheet */
.mainTable 
{
	height:240px;
	width:420px;
}	
.mainTable td
{
	background-color:#ecf6e9;
	text-align:center;
	vertical-align:middle;
}
	
.mainTable .Normal
{
	color: #a7cabc;
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}	
.mainTable .NormalBold
{
	color : #a7cabc;
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style:  normal;
	text-decoration:none;
}	
.mainTable .Head    {
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 20pt; 
	font-weight: normal; 
	color : #a7cabc;
}
.mainTable .SubHead    {
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	color : #a7cabc;
}
