@charset "UTF-8";
/* CSS Document */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6E6E6;
}

h1 {
	
	font-size: 20px;
	line-height: 26px;
	color: #1f68b0;
	font-weight: bold;
	letter-spacing: 0.1em;
	/*padding-left: 10px;*/
}

h2 {
	
	font-size: 16px;
	line-height: 25px;
	color: #484848;
	font-weight: bold;
	/*padding-left: 10px;*/
	text-indent: 0px;
}

h3{
	font-size: 14px;
	line-height: 25px;
	color: #484848;
	font-weight: bold;
	/*padding-left: 10px;*/
	text-indent: 0px;	
	
}	

ul.publications li{
    margin-left: -15px;	 
	margin-bottom: 8px;
}

.text_sm {
	font-size: 12px;
	line-height: 25px;
	color: #484848;
}

/*.markout{
	font-size:11pt;
	color:#8a0505;
	
	}
	
.markgreen{ color:#0e4e1c; }


.markoutboldblue{
	
	font-weight:bold;
	color:#4e4d9b;	
	}
	*/