/* Bsico */
body,h1,h2,h3,h4,ul,ol,li,dl,dd,dt,form{
	margin:0px;
	padding:0px;
}
A:link { TEXT-DECORATION: none; }
A:visited { TEXT-DECORATION: none;  }
A:hover { TEXT-DECORATION: underline; }
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #250034;
}
ul,li{
	list-style:none;
}
.quebra{
	clear:both;
}
img {
	border: none;
}
/* Fim Bsico*/

#menu{
	position:absolute;
	top: 30px;
	left: 0px;
	width: 300px;
	height: 27px;
	z-index: 2;
}
/* menu */
#menu a,
#menu span{
	background-position: 0 -27px;
	float: left;
	width: 50px;
	height: 27px;
	display: block;
}
#menu a:hover	{	background-position: 0 -54px;}
#menu span		{	background-position: 0 0;}
#menu .mn1		{	background-image: url(img/aba_01.gif);}
#menu .mn2		{	background-image: url(img/aba_02.gif);}
#menu .mn3		{	background-image: url(img/aba_03.gif);}
#menu .mn4		{	background-image: url(img/aba_04.gif);}
#menu .mn5		{	background-image: url(img/aba_05.gif);}
#menu .mn6		{	background-image: url(img/aba_06.gif);}
/* menu */

h1{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}

#box{
	position:absolute;
	top: 55px;
	left: 0px;
	width: 297px;
	_width: 299px;
	height: 187px;
	border: 1px solid #6c0098;
	background-color: #1a0025;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 1px dotted #43005f;
	margin: 12px 0 10px 0;
}
li{
	height: 18px;
}
li a{
	font-weight: bold;
	color: #d0d0d0;
	margin: 0 0 0 5px;
}
