@charset "utf-8";
/* CSS Document */


#editorial img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#editorial h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	z-index: 0;
}
#editorial p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	z-index: 0;
}

#editorial ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	
}
#editorial li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/img/sitegraphics/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 1.7em;
	padding-bottom: 8px;
	line-height: 20px;
}

.emp    {
	background-color: #CEEBAD;
	padding-right: 3px;
	padding-left: 3px;
	color: #800000;
	font-weight: bold;
}
.empred {
	font-weight: bold;
	color: #800000;
		z-index: 0;
}
#editorial a {
	color: #800000;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
	z-index: 0;
}
a:visited {
	color: #666666;
}
a:hover {
	background-color: #CEEBAD;
}

