body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial;
}
#header {
	width: 900px;
	height: 198px;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
#maintx {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
#sep {
	height: 20px;
	text-align: right;
	font-size: 10px;
 	color: #95575E;
}
.infopan {
	padding: 2px 2px 2px 55px;
	border-bottom: 2px solid #993300;
	border-top: 2px solid #993300;
	background-color: #FFF1E8;
	background-image: url(images/dafnes.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 845px;
}
.smallheader {
	display: block;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom: 1px solid #993300;
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.smallnews {
	display: block;
	font-size: 11px;
	text-align: justify;
	padding: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
	background-color: #F9F9F9;
}