/* CSS Document */


.highlights {
	width:290px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	overflow-x:hidden;
	overflow:hidden;
	background: #cbcbcb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	/*height: 355px;*/
}


	
	.highlights ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left: 2px;

	}
	.highlights ul li {
	display:list-item;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	padding-left: 4px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	

}
	
	.highlights ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	color: #333333;
	}
        
	.highlights li a:hover {
		text-decoration: underline;
	}
