body {
	background-color:#e3e3ff;
	}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
        line-height: 0em;
	}

ul {
        font-family: Verdana, sans-serif;
	font-size: 8pt;
        }

li {
        list-style-image: url(bullet.gif);
}

a {
	text-decoration: none;
	}

/*Estilo geral das caixas*/
.caixa {
	background-color: #ffffff;
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
        padding-bottom: 5px;
        text-align: justify;
        border-width: 1px;
	border-style: solid;
	border-color: #a5a5a5;
	}

/*estilos individuais das caixas*/
#caixa_11 {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 230px;
	}

#caixa_12 {
	position: absolute;
	left: 20px;
	top: 270px;
	height: 130px;
	}

#caixa_21 {
	position: absolute;
	left: 445px;
	top: 20px;
	height: 385px;
	width: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
