/* CSS Document */


body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#000000;
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#F28B11;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
#top {
	float:left;
	width:100%;
	height:264px;
	background-color:#f28b11;
}
#marquee {
	width:100%;
	height:30px;
	padding-top:10px;
}
#marquee a{
	color:#666666;
	font-size:75%;
	text-decoration:none;
}
#marquee a:hover{
	color:#000000;
	font-size:75%;
	text-decoration:none;
}
#bottomleft {
	clear:both;
	float:left;
	width:270px;
	padding-top:100px;
	text-align:center;
}
#bottomleft a{
	color:#92C602;
	font-weight:bold;
	text-decoration:none;
}
#bottomleft a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:blink;
}
.legende {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666666;
	line-height:1em;
}
#bottomright {
	float:left;
	padding-left:20px;
	width:500px;
}
h1 {
	font-size:140%;
	padding-top:50px;
}
#footer {
	clear:both;
	padding-top:50px;
	padding-left:50px;
	padding-bottom:30px;
	color:#666666;
	font-size:80%;
}
#footer a{
	text-decoration:underline;
	color:#666666;
}
#footer a:hover{
	color:#F28B11;
	text-decoration:none;
}