@charset "utf-8";
/* CSS Document */

.newstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
.newstyle p {
	text-align: justify;
}
.newstyle a {
	color: #1E7487;
}
.newstyle a:hover {
	text-decoration: none;
}
.een-menu {
	border: 1px solid #A16720;
	background-color: #F18E0E;
	font-size: .9em;
	margin-top: 20px;
}
.een-menu td {
	padding: 2px;
}
.een-menu a {
	color: #fff;
	font-weight: bold;
}
h2 {
	color: #1E7487;
	font-size: 1.8em;
}
h3 {
	color: #1E7487;
	font-size: 1.4em;
}
ul li {
	margin-top: 5px;
}


.consult-date {
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}

#ticker {
	margin: 10px 0;
	background-color: 1E7487;
	height: 17px;
	padding-top: 1px;
}

#ticker a {
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
}

#ticker a:hover {
	color: #6FCBDF;
}