* { margin:0; padding: 0; }

body {
	margin: 0;
	background: #FFFFFF url(../imagens/bg.png) repeat-x top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin: 10px 0 5px 0;
	line-height: 18px;
	text-align: justify;
}
p.small {
	margin: 0;
	font-size: 9px;
}
.azul {
	color: #009933;
}

a {
	color: #009933;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #009933;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#Geral {
	margin: 0 auto;
	width: 750px;
}

#Menu {
	width: 750px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	#Menu img {
	cursor: pointer;
	float: left;
	border-right-style: dotted;
	border-right-color: #006600;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	}

#Banner {
	width: 750px;
}

/* Utilizar CONT quando não houver Colunas */
#Cont {
	width: 724px;
	text-align: left;
	margin-top: 35px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
}

/* Utilizar COL_1 e COL_2 quando houverem as 2 Colunas */
#Col_1 {
	margin: 35px 0px 0px 22px;
	width: 350px;
	text-align: left;
	float:left;
}

#Col_2 {
	margin: 35px 22px 0px 0px;
	width: 330px;
	text-align: left;
	float:right;
}

#Rodape {
	margin: 30px 0 5px 0;
	width: 750px;
	height: 35px;
	background: #FFFFFF url(../imagens/bg_rodape.png) no-repeat top;
	text-align: center;
}

#tblInscri { background-color: #FFFFFF; }
#tblInscri th {
	background-color: #009933;
	height: 22px;
	text-align: center;
	color:#FFFFFF;
}
#tblInscri td {
	background-color: #F2FFE1;
	height: 25px;
}
