/* CSS Document */

.box {background-color:#F3F3F9; 
			font-size:11px;
			color:#000;
			border-bottom:1px solid #bbc; 
			padding:6px 6px 0px 6px; 
			margin-bottom:10px;
			min-height:140px;
}
			
.box:hover {background-color:#E4E6FF; color:#000; border:1px solid #bbc; padding:5px 5px 0px 5px; }
.box h3 {font-family:Arial, "Trebuchet MS", sans-serif; font-size:12px; font-weight:bold; padding:0px; margin:0px;}
.boximage {float:left; margin:3px 10px 5px 0px; border:0px;}

.box_bottom a {color:#fff;}


/* prop and clear are compansation for the lack of min-height support in IE6 */
.prop {width:1px; height:108px; float:right;}
.clear {height:0px;}
.box_bottom
{	clear:right;
	padding:4px;
	text-align:right;
	background-color:#466C84;
	font-weight:bold;
	color:#FFFFFF;
	margin: -5px -5px 0px -5px;
	font-size:12px;
	
}

