* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
}
body {
	background: #FFFFFF url(../imagens/bg.png) fixed repeat-x;
	margin: 10 0px;
}
body, td, th {
	FONT-SIZE: 11px;
	COLOR: #636363;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited, a:hover {
	color: #636363;
}
a:hover {
	text-decoration: underline;
}
.borda {
	width: 760px;
	background-color:#FFFFFF;
	border: 4px solid #A3DBF3;
}
.fundo_centro {
	background: transparent url(../imagens/fundo_centro.jpg) no-repeat scroll right 150px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}
.menu {
	font-size:12px;
	vertical-align:middle;
	text-indent:20px;
	font-weight: bold;
}
.menu_borda {
	background: #3db3e8 url(../imagens/fundo_menu.jpg) repeat-y;
}
.fundo_menu_lateral {
	background: #3db3e8 url(../imagens/fundo_menu_lateral.jpg) repeat-y;
}
a.menuLink:link, a.menuLink:visited, a.menuLink:active {
	color:#FFFFFF;
	text-decoration: none;
}
a.menuLink:hover {
	color:#ffc918;
}
.form, .form2, .form3 {
	width:100%;
	border: 1px solid #A3DBF3;
}
.form2 {
	width:15%;
}
.form3 {
	width:75%;
}
.btForm {
	background-color:#3eb3e9;
	font-size:10px;
	padding: 2 20px;
	color:#FFFFFF;
	font-weight: bold;
}
.rodape {
	color: #cccccc;
	font-size:10px;
	vertical-align:middle;
	text-align:center;
}
a.rodapeLink:link, a.rodapeLink:visited, a.rodapeLink:active {
	color: #cccccc;
}
.borda_foto {
	border: 4px solid #ffc918;
}
.borda_foto2 {
	border: 1px solid #ffc918;
}
.nome_foto {
	font-size:12px;
	font-weight: bold;
	text-align:left;
	padding-bottom:10px;
}

#flutuante {
	position:absolute;
	visibility:hidden;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2px;
	background-color:#000000; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	KhtmlOpacity: .5;
	opacity: .50;
}
#foto {
	position:absolute;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	padding: 10 20px;
	z-index:4px;
	top:10px;
}
#foto li {
	width:100%;
}
#mostrar {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}