/* Hoja de Estilos IT Forensic ltda */


/*----------------------- Body Document -----------------------*/
* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#body 
{
	background-color: #EBE9ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/it_wall.png);
	background-repeat:repeat-x;
}

#body_index
{
	background-color: #EBE9ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/it_intro_wall.png);
	background-repeat:repeat-x;
}

#bg_body
{
	background:url(../img/it_body.png);
	background-repeat:repeat-y;
}

#text_body {
	text-align: justify;
	vertical-align: top;
	line-height: 16px;
}

#text_body div{
	padding: 6px 4px 4px 14px;
	background:url(../img/it_txt_wall.png);
	background-repeat:no-repeat;
}

#text_body div table td{
	border: 1px solid #CCCCCC;
}

#text_body #form table{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	border-left: none;
}

#text_body #form table td{
	border: 0px;
}

/*----------------------- Links -----------------------*/
a:link 
{
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{
	color: #666666;
}

a:active 
{
	color: #000000;
}

/*----------------------- Flash -----------------------*/
#top_swf
{
	color:#FFFFFF;
	background-image:url(../img/it_top_void.png);
	background-repeat:no-repeat;
	width: 880px;
	height: 400px;

}

#top_swf a:link 
{
	color: #FF9900;
}

#top_swf a:visited 
{
	color: #FF9900;
}

#top_swf a:hover 
{
	color: #FFFFFF;
}

#top_swf a:active 
{
	color: #000000;
}

#top_intro_swf
{
	background-image:url(../img/it_intro_top_void.png);
	background-repeat:no-repeat;
	width: 880px;
	height: 400px;

}

#top_intro_swf a:link 
{
	color: #FF9900;
}

#top_intro_swf a:visited 
{
	color: #FF9900;
}

#top_intro_swf a:hover 
{
	color: #333333;
}

#top_intro_swf a:active 
{
	color: #000000;
}

#news
{
	width: 310px;
	height: auto;
	background:url(../img/it_news.png);
	background-repeat:no-repeat;
	margin: 0px auto 0px auto 0px;
	padding: 0px;
}

#news #content
{
	padding: 46px 20px 20px 20px;
		text-align: justify;
	vertical-align: top;
}

#news #content #new
{
	margin: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.txt_naranja
{
	color:#FF6600;
}