body {
	background:#ffffff url('imgs/fundo.png') repeat-x;
	text-align:left;
	margin:5px;
	padding:0;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#000;
	}
#header {
	background:#c6d9f0 url("imgs/logo3.png") no-repeat;
	height:90px;
	color:#000;
	padding-left:120px;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	}
#principal {
	background:#eeeeee url("imgs/fundz.png") ;
	color:#42547c;
	padding-left:10px;
	padding-top:5px;
	border-bottom:1px #000 solid;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:bold;
	}
#formulario {
	width:300px;
	text-align:center;
	background:#eeeedd;
	color:#42547c;
	margin:10px auto;
	padding:10px;
	border:1px #000 solid;
	}
#div_arq {
	width:540px;
	text-align:left;
	color:#42547c;
	background:#ffffff;
	border:1px #fafafa solid;
	margin:0 auto;
	}
#div_msg {
	width:96%;
	text-align:left;
	color:black;
	background:#ffffff;
	border:0px #fafafa solid;
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}

table.nome {
	border-collapse: collapse;
	}
table.nome tr td {
	/* se aplica a todas as etiquetas td que estiverem dentro da etiqueta table com o id 'nome' */
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#000;
}

a {text-decoration:none;}
a:link {color:blue;}
a:visited {color:blue;}
a:hover {color:red;}

