/*************************************************************************/
/** GERAL ****************************************************************/
/*************************************************************************/
body{
	margin: 0;
	padding: 0;
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	background-color: #FFF;
	background-image: url(../imagens/bg_body.png);
	background-position: top center;
	background-repeat: repeat-x;
}

h1,
h2{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #666;
}

h2{
	margin: 5px 0;
	font-size: 13px;
	color: #FF902F;
}

h3{
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #555;
}

p{
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height:150%;
	font-size: 12px;
	color: #666;
}

ul{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
	color: #666;
}

li{
	clear: both;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../imagens/bullet_li.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

table,
tr,
th,
td{
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 12px;
	color: #666;
}

table{
	border-collapse: collapse;
}

th{
	color: #000;
}

a,
a:active,
a:focus,
a:visited{
	color: #4E4E4E;
	color: #666;
    text-decoration: underline;
	outline: none;
}

a:hover{
    color: #666;
	text-decoration: none;
	outline: none;
}

a img{
	outline: none;
}

img{
	border: 0px;
}

em{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 1px;	
}
/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
div#preloader{
	display: none;
}
