*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #de00cc;
	scrollbar-arrow-color: #de00cc;
	scrollbar-highlight-color:#de00cc;
	scrollbar-base-color: #de00cc;
}
body{
	background-color: #fff;
	background-image: url(img/bg.jpg);

}
ul,
li{
	list-style: none;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #a9008f;
	
}
a:hover{
	text-decoration: underline;
}
h3{
	font-size: 17px;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	color: #a9008f;
}
h4{
	margin: 0 35px 0 30px;
	font-size: 17px;
	line-height: 150%;
	color: #555555;
}
h3,
p{
	margin: 20px 25px 15px 30px;
	line-height: 170%;
}
#topo h2,
#titulo h1{
	display: none;
}
#topo,
#topo a{
	width: 347px;
	height: 31px;
	display: block;
}
#topo{
	background-image: url(img/topo.gif);

	margin: 0 0 20px 0;
}
#titulo,
#titulo a{
	width: 709px;
	height: 22px;
	display: block;	
}
#titulo{
	background-image: url(img/titulo.gif);
	margin: 0 0 20px 20px;
}
#info{
	width: 580px;
	height: 460px;
	float: left;
}
#menu{
	margin:5px 0 0 10px;
	width: 140px;
	float: left;
}
#menu span,
#menu a{
	display: block;
	width: 140px;
	height: 12px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
#menu span,
#menu a:hover{
	color: #000;
	text-decoration: none;
	background-color: #F4F4F4;
	font-weight: bold;
}
