@charset "utf-8";
/* CSS Document */
#pubTitle {
	margin-left: 100px;
	margin-top: 100px;
	width: 185px;
}
#pubs p{
	padding-bottom: 5px;
}
#pubs p:first-line{
	text-indent:2em;
}


#pubs {
	float: left;
	width: 585px;
	list-style: inside;
	padding-right: 20px;
	overflow: auto;
	height: 500px;
	font-size: 12pt;
	margin-top: 10px;
}
.pub_title {
	font: normal 10pt/1.2em Verdana, Geneva, sans-serif;
	color: #666;
}
.ref {
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
}

#pubs p img{
	border:none;
	vertical-align: middle;
}
/*#reply{
	font: 12px Verdana, Geneva, sans-serif;
	width: 400px;
	position: relative;
	height: 100px;
	float: left;
	clear: both;
	margin-top: 150px;
}
*/

