*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana;
	border:none;
}

/* DIVS */
#container {
	position:absolute;
	left:50%;
	width:802px;
	margin-left:-401px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#topo, #rodape, #conteudo{
	margin-left:1px;
	background-image:url(../imagens/bgContainer.jpg);
	background-repeat:repeat-y;
}
/* ELEMENTOS HTML */
body {
	color: #333333;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat;
}
h1 {
	font-size: 16px;
	color: #336666;
	font-family:"Times New Roman", Times, serif;
}
h1 a {
	font-size: 16px;
	color: #336666;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}
h1 a:hover {
	font-size: 16px;
	color: #336666;
	font-family:"Times New Roman", Times, serif;
	text-decoration: underline;
}

h2 {
	color: #009999;
	font-size: 11px;
}
h2 a {
	color: #009999;
	font-size: 11px;
	text-decoration: none;
}
h2 a:hover {
	color: #009999;
	font-size: 11px;
	text-decoration: underline;
}

h3 {
	color: #333333;
	font-size: 12px;
}
h3 a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
h3 a:hover {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.campoForm {
	font-size: 11px;
	color: #333333;
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	height: 14px;
	padding:0px 0px 0px 4px;
}
.campoForm2 {
	font-size: 11px;
	color: #333333;
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	padding:0px 0px 0px 4px;
}
.fotoBorda {
	border:solid #009999 2px;
	padding:2px;
}