/* CSS Document */


.project {
	position:relative;
	float:left;
/*	background:#CCD8D2;*/

	}

.project ul  {
	margin:0;
	padding:0;
	list-style:none;
/*	display:inline;*/
	}
		
.project ul li { 
	font-family:Arial, Helvetica, sans-serif;
 	color:#325A6E;
	font-size:10px;
	}
	
.pr-title {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	/*font-weight:bold;*/
	text-transform:uppercase;
	width:75px;
	float:left;
	}
	
.project ul li.pr-name { 	font-family:Georgia, "Times New Roman", Times, serif;	font-weight:bold; }
