<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #e1e1e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #00cfe5;
}
.enlarge_orange {
	color: #f36e21;
	font-weight: bold;
	font-size: 13px;
}
.enlarge_blue {
	color: #00cfe5;
	font-weight: bold;
	font-size: 13px;
}
#container {
	width: 790px;
	margin: 40px auto 20px auto;
}
#header {
}
.spacer {
	height: 20px;
}
#menu {
	float: right;
	background-color: #00cfe5;
	padding: 0;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	padding: 5px;
	margin: 15px;
	background-color: #FFFFFF;
}
#menu ul li a {
	color: #00cfe5;
	font-size: 11px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #f36e21;
}
#menu ul li a.selected {
	color: #f36e21;
	font-size: 11px;
	text-decoration: none;
}
#menu ul li a:hover.selected {
	color: #00cfe5;
}
#content {
	background-color: #FFFFFF;
	min-height: 480px;
	height: 100%;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: visible;
}
#content #foto {
	background: url('../images/header.jpg') left top no-repeat ;
	height: 145px;
}
#content #main {
	float: left;
	font-size: 12px;
	min-height: 100%;
	width: 558px;
	text-align: justify;
}
#content #main a {
	color: #00cfe5;
	text-decoration: none;
}
#content #main a:hover {
	text-decoration: underline;
}
#content #news {
	float: left;
	background-color: #f4f4f4;
	margin-left: 20px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}
#content #news #news_content {
	padding: 15px;
	width: 150px;
}
#content #news #news_content a {
	color: #00cfe5;
	text-decoration: none;
}
#content #news #news_content a:hover {
	text-decoration: underline;
}
#content #news #news_content .news_content_date {
	padding-top: 10px;
	margin-top: 10px;
	font-style: italic;
	border-top: 1px solid #CCC;
}
#footer {
	background-color: #FFFFFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer a {
	color: #00cfe5;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
-->