@charset "utf-8";
h1 {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 18px;
	color: #FF9933;
	font-weight: normal;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;
}
h2 {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a.link-destaque {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #43b9c9;
	text-decoration: none;
}
.link-branco {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.link-destaque {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}
.corpo10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
legend {
	font-family: "Century Gothic", "Swis721 Lt BT", Arial;
	font-size: 16px;
	color: #666666;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(imagens/bullet.gif);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: underline;
}
img.esquerda {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
img.direita {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}