@charset "utf-8";
/* CSS Document */

a:link{color:#CCCCCC; text-decoration:none}
a:visited {color:#CCCCCC; text-decoration:none;}
a:hover {color:#FF6600; text-shadow:#FF0000; border-bottom:1px dotted;}
a:active {color:#CCCCCC;}

body {
	margin: 0px;
	background: #000000 url('img/fundo1.jpg') fixed no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bolder;

}

html, body {
	height: 100%;
	}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
}

.menu {
	width: 740px;
	height: 45;
	background-image:url(img/menu.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
}

.texto {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	text-decoration:underline;
}
#tudo {
	position: absolute;
    width: 740px;
	left: 50%;
	margin-left: -370px;
	min-height: 100%;
	background-image:url(img/fundo_trans.png);
}

#topo {
    width: 740px;
    height: 77px;
	/* background-image:url(img/fundo_trans.png); */
}

#conteudo {
  	position: absolute;
    width: 740px;
	left: 50%;
	margin-left: -370px;
	min-height: 100%;
   /*  padding: 15px;
	padding-bottom: 30px;
	background-image: url(img/fundo_trans.png); */
}

#menu {
	
	width: 740px;
	height: 45;
	background-image:url(img/menu.png);
	border-bottom-style:solid #FFFFFF;

}
div.wrap-rounded_corners {
        margin: -10px;
		width: 100%;
    	height: 32px;
	    padding: 0 10px;
	    clear: both;
		position: fixed;
		bottom: 0;
	    background: #333;
    	overflow: hidden;
		left: -10px;
		border-color:#ffffff;
}

div.wrap-rounded_corners div.top_corners,
div.wrap-rounded_corners div.top_corners div,
div.wrap-rounded_corners div.bottom_corners,
div.wrap-rounded_corners div.bottom_corners div {
        position: fixed;
        width: 100%;
        height: 9px;
}

div.wrap-rounded_corners div.top_corners {
  left: -10px;
  background: transparent url(../img/corners.gif) no-repeat -10px -10px;
}

div.wrap-rounded_corners div.top_corners div {
  right: -30px;
  background: transparent url(../img/corners.gif) no-repeat right -10px;
}

div.wrap-rounded_corners div.bottom_corners div {
  right: -30px;
  background: transparent url(../img/corners.gif) no-repeat right 0;
  overflow:hidden;
}
table {
  align: center;
  border-spacing:20px;
} 
