.MainBox
{
}

.LinkMainBox
{	
	width: 250px;
	height: 120px;
	cursor: pointer;
	
}

.DivColorArea
{
	opacity: .50;
	filter: alpha(opacity = 50);
	zoom: 1;

	background-color: blue;
}

.DivTextArea
{
	
	
	padding: 5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.normalTD
{
	padding-right: 10px;
	height: 140px;
}

.endTD
{
	height: 140px;	
}