/* para_list.css */
/* T R B L */
	
a 
{
	text-decoration: none;
	color: #000000;
}
	
a:hover 
{
	text-decoration: underline;
	color: #020202;
}


.ProjItem /*The proj box */
{
	position: relative;
	/*float: left;*/
	width: 675 px;
	height: 120 px;
	top: 20px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}

.PrjCap /* caption text box */
{
	position: absolute;
	/*position: relative;*/
	width: 300px;
	top: 10px;
	left: 310px;
	/*top: -70px;*/
	/*right: -340px;*/
	line-height: 14px;
	margin 0 0 0 0;
	padding 0 0 0 0;
	color:#000000;
}

.PH_Text
{
	/*font-family: Times;*/
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	font-style: italic;
	font-weight: bolder;
	text-decoration:none;
	margin 0 0 0 0;
	padding 0 0 0 0;
	font-size: 14px;
}

.CP_Text
{ 
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	text-decoration:none;
	font-size: 11px;
	background-color: transparent;
	margin 0 0 0 0;
	padding 0 0 0 0;
	line-height: 14px;
}



img.strip {
	/*position: absolute;*.
	/*top: 0px;*/
	left: 0px;
	margin: 0px 30px 0px 0px;
	padding: 20 0 20 20;
	border: none;
}


