/*********************************************/
/* FOUR BOXES */
/*********************************************/
table.fourBoxes
{
	font-family: Verdana;
	font-size: 9px;
	width: 180px;
	height: 140px;
	background-color: #fbe7cc;
	border-left: solid 1px #c19e82;
	border-right: solid 1px #c19e82;
	border-top: solid 1px #c19e82;
	border-bottom: solid 1px #c19e82;
}
table.fourBoxes td.captBar
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;	
}



table.fourBoxes td.contArea
{
	padding: 2px 2px 2px 2px;	
	width: 180px;
	height: 90px;	
}


table.fourBoxes td.bottomBar
{	
	background-repeat: no-repeat;
	color: White;
	width: 180px;
	height: 35px;
}


/*********************************************/
/*BULLET LIST*/
/*********************************************/
table.bulletList4
{
	width: 88px;
}
table.bulletList4 td.bullet4
{
	padding-top:8px;
	padding-right: 2px;
	padding-left: 2px;
	width: 5px;
	vertical-align: top;
}
table.bulletList4 td.item4
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
}
table.bulletList4 a.box4
{
	color: #564840; 
	text-decoration: none;
}

table.bulletList4 a.box4:hover
{	
	text-decoration: underline;
}

table.bulletList4 img
{	
	border-width:0px;
}
