body {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	background-image: url("../img/fundo.gif");
	background-repeat:repeat-x; 
	background-color: #E5E5E5;
	}

	.tabela-principal {
		width: 900px;
		margin: 0 auto;
	}
	
	.tabela-arts {
		width: 900px;
		margin-top: 8px;
	}
	
	.tabela-enviar {
		width: 900px;
	}
	
	td.logo {
		text-align: center;
	}
	
	td.menu {
		background-color: #FD9C00;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	a.menu {
		color: #FFFFFF;
		text-decoration: none;
 		text-shadow: 0.1em 0.1em 0.2em #000000;		
	}
	
	a.menu:hover {
		text-decoration: underline;
	}
	
	h1.cabeca {
		color: #FD9C00;
		text-shadow: 0.1em 0.1em 0.2em #000000;
	}	

	.highlight {
        background-color: #FD9C00 !important;
	}
	
	a.link-artigos {
		text-decoration: none;
		color: #000000;
	}
	
	a.link-artigos:hover {
		color: #FFFFFF;
	}
	
	a.link_pagina {
		color: #000000;
		text-decoration: none; 				
	}
	
	a.link_pagina:hover {
		font-weight: bold;
	}		
	
	input.caixa_texto {
		background-color: #FFFFFF;
		border: 1px solid #000000;
		width: 300px;
	}	
	
	input.bt_form {
		font-family: Verdana;
		color: #000000;
		font-size: 11px;
		border: 1px solid #000000;
		background-color: #FFFFFF;	
	}
            
	span.error {
 		font: 11px Verdana;
   		color:red;
     	margin-left:8px;
      	line-height:22px;
   	}
            
	span.passerror{
 		display: block;
        font: 11px Verdana;
        color:red;
        margin-left:8px;
        line-height:22px;
	}	
	
	#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
	}
	
	#popupHOF{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	}
	
	#popupHOF h1{
	color: #FD9C00;
	text-shadow: 0.1em 0.1em 0.2em #000000;		
	text-align:left;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	}
	
	#popupHOFClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color: #FD9C00;
	font-weight:700;
	display:block;
	}