/* CSS Document: index_style.css */

body,td,a,p,h1{font-family: arial,sans-serif;}

body{
	background-color:#FFFFFF;
	color:#666666;
} 

a {
	color:#666666;
}

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#CF2525;
}

h1{margin:0;} 

#head_index {
	line-height:25px; 
	background-color:#92AAE2;
	border:1px solid #999999;
	color:#F9F9F9;
}

#foot_index {
	border-top:1px solid #999999;	
	color:#3460C5;
	font-size:13px;
}

#categorias {
	background-color:#E6E6E6;
	border:1px solid #B7B7B7;
}