<style type="text/css">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;

}
* { margin:0 auto ; padding:0}
/*                      */
/* COMEÇA AQUI O CÓDIGO */
/*                      */

/* cinzento das frames : bdbcbc
        azul das letras: 00006a */
body{
background:white;
}
#caixa_principal{
width:450px;
margin-top:50px;
margin-left:50px;
}
FIELDSET{
width:450px;
border: thin 1px navy;
padding:15px;
}
LEGEND{
font:1em Arial;
color:#FFFFFF;
background: #c0c0c0 url(MailingTop_left.jpg) no-repeat top left;
padding-left:15px;
padding-right:15px;
}
LABEL{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:5px;
text-align:right;
float:left;
color:gray;
padding-right:5px;
width:100px;
}
FORM{


}
INPUT{
width:300px;
color:#00006a;
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
BUTTON{
background-color:#bdbcbc;
color:#FFFFFF;
border-color:#cccccc;
padding-left:5px;
padding-right:5px;
}
BUTTON:focus, INPUT:focus{
border: solid thin #00006a;
color:white;
background-color:#00006a;
}
DIV.texto {
	background: #c0c0c0 url(MailingTop_left.jpg) no-repeat top left;
	width:470px;
	margin-top:50px;
	margin-left:50px;
}
DIV.texto  DIV {
	background: transparent url(MailingTop_right.jpg) no-repeat top right;
}
DIV.texto  DIV DIV {
	background: transparent url(MailingBottom_left.jpg) no-repeat bottom left;
}
DIV.texto  DIV DIV DIV {
	background: transparent url(MailingBottom_right.jpg) no-repeat bottom right;
	padding:15px;
}
P {
font: Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
</style>


