/* ********************************************** */
/* DEFINICOES PADRAO PARA SITE TODO			      */
/* ********************************************** */
html {
	height:100%;
}
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#principal {
	padding: 10px;
}

.separador {
	clear: both;
}

a {
	color: #0080c0;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}

#meio h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #0080c0;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}
#meio h2 {
	font-size: 10pt;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: justify;
}
#meio p, #meio li {
	font-size: 9pt;
	text-align:justify;
	line-height:160%;
}
#meio a {
	color: #0080c0;
	text-decoration: none;
}
#meio a:hover {
	color: red;
	text-decoration: none;
}

.textInput {
	width:300px;
}
.input {
	font-family: verdana;
	font-size: 8pt;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
.submit {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	background-color: #0080c0;
}
