<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #474747;
	text-align: left;
		}
		
.title {font-size: 18px;}
		
a {
	font-size: 12px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
}

#shadow-container {
	width: 950px;
	position: relative;
	margin: 0 auto;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 20px 20px 10px 30px;
	}
	
	
	.tooltip {
		color: #000000; outline: none;
			cursor: default; text-decoration: none;
			font-size:12px;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
	
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Tahoma, Geneva, sans-serif; font-size: .9em; color:#000;
			position: absolute; left: -13em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0; margin: -8px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.custom { padding: 0.5em 0.8em 0.8em 2em;
		text-align:left;}
		* html a:hover { background: transparent; }
		.classic {background: #F3F3F3; border: 1px solid #666; }
		
.para_left_img{
	float:left;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
}

.para_right_img{
	float:right;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:10px;
	padding-right:1px;
}

.caption { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:left;
	text-align:center;
	color:#666;
	font-size: 11px;
	 }
	 
.captioncenter { 
	margin: 0.5em 0em 1.5em 0;
 	float:center;
	text-align:center;
	color:#666;
	font-size: 11px;
	 } 
	 
.captionright { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:right;
	text-align:center;
	color:#666;
	font-size: 11px;
	 } 
	 
.bib {
	 color: #666;
	 font-size:11px;
	 font-family:Tahoma, Geneva, sans-serif;
	 }
	 
	.horizontal_dotted_line
{
border-bottom: 2px dotted #ccc;
width: 830px;
margin:auto;
} </pre></body></html>