*{
	margin:0;
	padding:0;

	font-family: Calibri;
}
html{
	background:transparent url(../img/fundo2.jpg) repeat top;
}
body.index{
	background:transparent url(../img/fundo_body_index.jpg) no-repeat center top;
	margin:170px 0 0 0;
}

/*
 * TAGs
 */
h2, h3{
	font-family: Calibri;
}
h2{
	color:#c8ccce;
	font-size:12px;
}
h3{
	font-size:10px;
	color:#999999;
	text-indent:35px;
    font-size:12px;
}
h4{
	font-weight:bold;
	color:#4f6069;
	margin:0 0 10px 0;
}

a{
	text-decoration:none;
	cursor:pointer;
}
img{
	margin:0 15px 15px 0;
	border:0 none;
}
p, address, a, span{
	color: #666666;
}
strong{
	color:#96ca4b;
	font-size:16px;
	font-weight:bold;
}
span{
	font-size:12px;
}
.bolinha{
	list-style: disc;
	color:#000066;
}
#global{
	margin-top:15px;
	padding-bottom:15px;
}


