/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image: url(files_index/fundo.jpg);
	background-color: #FAFAFA;
}

.caixa {
	background-color:#F5F5F5;
	padding: 2px;
	border-width:thick;
	border-style:none;
	border-color:#000000;
	
	border-top:1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;	
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#727272;
	font-weight:normal;
}

.caixag {
	background-color:#F5F5F5;
	padding: 2px;
	border-width:thick;
	border-style:none;
	border-color:#000000;
	
	border-top:1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;	
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#727272;
	font-weight:normal;
}

.botao{
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 3px;
	padding-right: 3px;
	padding: 1px;
	font-size:11px;
	border: 0px;
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
	color:#666666;
}

a:link {
	color:#6E6E6E;
	text-decoration: none;
}
a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#999999;
}
a:active {
	text-decoration: none;
	color: #6E6E6E;
}

a.linkbranco:link {font-family:Tahoma; font-size:11px; color:#FFF; text-decoration:none;}
a.linkbranco:visited {font-family:Tahoma; font-size:11px; color:#FFF; text-decoration:none;}
a.linkbranco:hover {font-family:Tahoma; font-size:11px; color:#FFF; text-decoration:underline;}
a.linkbranco:active {font-family:Tahoma; font-size:11px; color:#FFF; text-decoration:none;}