*{
	margin:0;
	padding:0;
	font-size:1em;
}
/* hack firefox */
div:after, ul:after{
    content:" ";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    overflow:hidden;
}

body {
	background-color:#fff;
	color:#575757;
	font-family:Tahoma,sans-serif;
	font-size:15px;
	line-height:145%;
	padding:20px 20px 0 20px;
}
h1{
	font-size:1.4em;
	color:#00923F;
	font-weight:normal;
	margin:0 0 25px 13px;
}
h1 img{
	margin-left:10px;
}
a{
	outline:0 none;
	text-decoration:underline;
	color:#18D76B;
}
table{
	width:100%;
	border:0 none;
}

tr{
	height:2em;
	vertical-align:text-top;
}
th{
	width:180px;
	text-align:right;
	padding-right:25px;
}
td{
	padding-bottom:10px;
}
.requisitos li{
	list-style-image:url(../img/bullet.gif);
	margin-left:30px;
	width:80%;

}