.normal_text{
  font-family: 'Futura', 'Trebuchet MS', sans-serif;
  font-size: 10pt;
}

a{
	font-family: 'Futura', 'Trebuchet MS', sans-serif;
	color: black;
}

a.toc{
	font-family: 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 15px;
	text-decoration: none;
	color:#eaeaea;
}

a:hover{
	font-family:  'Futura', 'Trebuchet MS', sans-serif;
	text-decoration: none;
}

a.toc:hover{
	font-family:  'Futura', 'Trebuchet MS', sans-serif;
	font-size: 15px;
	color:#bbbbbb;
}

.biblink{
	color: green;
}

.pdflink{
	color: #993333;
}

.urllink{
	color: #339999;
}

#publications li{
	position:relative;
	padding-left:10px;	
	margin-top:2px;
	margin-bottom:2px;
}

#publications div{
	font-size:10pt;
	position:relative;
}

#publications div.book{
	background-color:#aa1100;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.phdthesis{
	background-color:#aa1100;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.article{
	background-color:#00aaaa;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.inproceedings{
	background-color:#99aaee;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.incollection{
	background-color:#aa77aa;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.techreport{
	background-color:#66aa66;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}

#publications div.proceedings, #publications div.edited_collection{
	background-color:#eeaa77;
	width:5px;
	top:0px;
	left:0px;
	height:100%;
	position:absolute;
}