﻿@charset "utf-8";
/* CSS Document */

html, body {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	/*overflow:hidden;*/
}

a:link    { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:active  { text-decoration: none; color: #666666; }
a:hover   { text-decoration: underline; color: #666666; }

#corpo {
	width: 780px;
	height: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#topologo {
	width: 780px;
	height: 62px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#conteudo {
	z-index: 1;
}

#rodape {
	width: 780px;
	text-align: center;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

.texto_form {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #666666;
}

.texto_form_azul {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #0099cc;
}

.texto_form_italico {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #666666;
	font-style:italic;
}

.texto_padrao1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666666;
}

.texto_padrao1_azul {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #0099cc;
	font-weight: bold;
}

.texto_padrao2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.form_box {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	overflow: hidden;
}

.form_box2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	overflow: hidden;
}
