/* CSS Document */

body
{
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px;
background-color:#fefff9;
background-image: url(../images/fd_01.gif);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
}


.texto_regular {
	
	font-size: 12px;
	color: #808080;
}

.texto_home {
	
	font-size: 14px;
	color: #808080;
	line-height:20px;
}

.texto_bold {
	
	font-size: 12px;
	font-weight:bold;
	color: #808080;
}

.texto_fantasia {
	
	font-size: 12px;
	font-weight:bold;
	color: #FF9900;
}

.texto_laranja {
	
	font-size: 15px;
	font-weight:bold;
	color: #FF9900;
}

.texto_titulos {
	
	font-size: 13px;
	font-weight:bold;
	color: #808080;
}

.texto_rodape {
	
	font-size: 10px;
	font-weight:bold;
	color: #808080;
}


.link_01:link {color: #575757; text-decoration: none; font-size: 12px; }
.link_01:visited {color: #575757; text-decoration: none; font-size: 12px;}
.link_01:hover {color: #575757; text-decoration: underline; font-size: 12px;}
.link_01:active {color: #575757; font-size: 12px;}

.link_02:link {color: #575757; font-weight:bold; text-decoration: none; font-size: 12px;}
.link_02:visited {color: #575757; font-weight:bold; text-decoration: none; font-size: 12px;}
.link_02:hover {color: #575757; font-weight:bold; text-decoration: underline; font-size: 12px;}
.link_02:active {color: #575757; font-weight:bold; font-size: 12px;}

/*menu html*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #999999;
background-color: #FFFFFF;
width: 215px;
padding: .2em .8em;
color: #999999; font-weight:bold; text-decoration: none; font-size: 12px;
}

#navcontainer a:hover
{
background-color: #E1E1E1;
color: #999999; font-weight:bold; text-decoration: none; font-size: 12px;
}

.caixatexto {
	border:1px solid #CBCACA;
	background-color: #f4f4f5;
}

.thumbnails {
	border:2px solid #CBCACA;
}

