* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana;
	font-size:10px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

table, td {
	vertical-align:top;
	text-align:left;
}

div {
	position:relative;
}

ul{
	margin:10px;
	padding:10px;
}

div#container{
	width:721px;
}

div#header{
	width:721px;
}

div#center{
	width:721px;
	margin:3px 0px 0px 0px;
	background-image:url(/images/bg_center.gif);
}

div#menu{
	float:left;
	width:167px;
}

div.menu1on{
	height:28px;
	width:167px;
	background-image:url(/images/menu/bg_bot1_on.gif);
	text-align:left;
	color:#007eff;
}

div.menu2on{
	height:25px;
	width:167px;
	background-image:url(/images/menu/bg_bot2_on.gif);
	text-align:left;
	color:#007eff;
}

div.menu1off{
	height:28px;
	width:167px;
	background-image:url(/images/menu/bg_bot1_off.gif);
	text-align:left;
	color:#007eff;
}

div.menu2off{
	height:25px;
	width:167px;
	background-image:url(/images/menu/bg_bot2_off.gif);
	text-align:left;
}

div.menutext{
	height:15px;
	width:132px;
	padding:10px 0px 0px 35px;
}

a.menuattivo{
	color:#007eff;
}

a.menuattivo:hover{
	text-decoration:none;
}

a.menu:hover{
	text-decoration:none;
}

div#content{
	width:550px;
	float:right;
}

div.content-left{
	float:left;
}

div.content-right{
	float:right;
}

div#footer{
	padding: 5px 0px 0px 0px;
	height:30px;
	font-size:9px;
	text-align:center;
	color:#8c8e8d;
}

.float-break{
	height:1%;
}

.float-break:after{
	clear:both;
	content:"-";
	display:block;
	font-size:0pt;
	height:0pt;
	visibility:hidden;
}

#first {border: solid  #E6E6E6; border-width: 0 1px 1px 0; }
#second {border: solid  #E6E6E6; border-width: 0 0 1px 0; }
#third {border: solid  #E6E6E6; border-width: 0 1px 0 0; }
