@charset "utf-8";
* {
padding: 0; margin:0;
}
a.url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.url:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.open-slide {
	color: #738599;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 12px;
}

a.open-slide:hover {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-repeat: no-repeat;
	background-position: 12px;
}
#highlight {
	
	padding-left: 15px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	position: relative;
}
.lftimg{
	float:left;
	padding:8px 15px 0px 0px;
}
