﻿ol, ul, li, form, select, input, textarea, body, p {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#fff url(../images/bg_body.jpg) top left repeat-x;
	font: normal 13px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#333;
}
a:link, a:active, a:visited{
	color:#660099;
	text-decoration:underline;
	font-size:15px;
}
a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:15px;
}
#externo {
	width:970px;
	height:520px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/bg_externo.png) top right no-repeat;
}
h1 {
	padding:120px 0px 80px 0px;
	margin:0px;
}
h2 {
	padding:0px;
	margin-bottom:5px;
	font: normal 25px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#CC99CC;
	letter-spacing:-2px;
}
.destaque {
	color:#660099;
	font-size:15px;
}