

#content a {
	color: #129DBE;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .webmap li {
	list-style-type: none;
}

#content .image-right {
	float: right;
	margin-left: 5px;
}

#content .image-left {
	float: left;
	margin-right: 5px;
}

#content .image-center {
	text-align: center;
}

#content .array {
	margin-top: 5px;
}

#content .array table {
	border: 1px #e0e0e0 solid;
	border-collapse: collapse;
}

#content .array th {
	padding: 2px;
	text-align: center;
	border: 1px #aaaaaa solid;
}

#content .array th.array-row-title {
	padding-right: 10px;
	text-align: left;
}

#content .array td {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px #aaaaaa solid;
}

#content .array tr.odd {
	background-color: #e0e0e0;
}

#content .new-page {
	margin: 5px;
	border: 1px solid #CCCCCC;
}

#content .new-page .title {
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	background-color:#EFEFEF;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
}

#content .new-page .description {
	padding: 4px;
	font-size: 0.8em;
	text-align: justify;
}

#content #contact {
	margin: 5px;
	border: 1px #cccccc solid;
	padding: 5px;	
}

#content #contact label {
	float: left;
	width: 120px;
}

#content #contact .element {
	line-height: 22px;
}
