@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#ffffff;
}
* {
	padding:0px;
	margin:0px;
	border:none;
	text-decoration:none;
	z-index:1;
	color:#1e1e1e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}
strong {
	font-weight:bold;
	font-size:12px;
}
small {
	font-size:9px;
}

ul {
    list-style-type:circle;
    list-style-image: url(../imagens/ul.gif);
    line-height:30px;
    list-style-position:inside;
}
li a {
    *margin-left:10px;
    vertical-align:middle;
}

#principal {
	position:relative;
	width:924px;
	background-color:#FFF;
	border:2px solid #000;
	border-bottom:none;
	margin:10px auto 0px auto;
	background-image:url(../imagens/bkg_cont.gif);
	background-position:189px top;
	background-repeat:repeat-y;
}
#topo {
	height:187px;
	width:100%;
	background-color:#FFF;
}
#lateral {
	float:left;
	left:0px;
	top:0px;
	width:189px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
#cont {
	float:left;
	width:726px;
	padding-left:9px;
	padding-bottom:30px;
}
#menu {
	text-align:left;
	padding-left:214px;
	background-color:#3175bb;
	height:22px;
	line-height:22px;
}
#menu a {
	color:#FFF;
	margin-right:40px;
}
#menu a:hover {
	color:#D9ECFF;
}
.tit, .titInt {
	background-color:#3175bb;
	color:#FFF;
	height:28px;
	line-height:28px;
	padding-left:42px;
	background-image:url(../imagens/bkg_tit.gif);
	background-position:14px center;
	background-repeat:no-repeat;
	margin-top:25px;
}
.titInt {
	background-image:url(../imagens/bkg_tit_int.gif);
}

.progDiv {
    padding: 10px 44px 0px 44px;
    line-height:18px;
}

.progDiv span {
	color:#d40000;
}

#contInt {
	padding:10px 20px 0px 20px;
	text-align:justify;
	line-height:15px;
}

#contInt a {
	font-weight:bold;
	color:#007cc4;
}

#rodape {
	width:904px;
	border:2px solid #000;
	border-bottom:1px solid #efefef;
	margin:0px auto;
	padding:10px 10px;
	text-align:justify;
	line-height:16px;
}
#rodape a {
	color:#007cc4;
}

#webplus {
	margin:0px auto 10px auto;
	width:908px;
	background-color:#000;
	text-align:right;
	padding:6px 10px;
}
.webplus {
	color:#FFF;
	font-size:11px;
}
.webplus:hover {
	color:#CCC;
}
/*inscrição*/
.formulario {
    margin-left:150px;
}
.txt_contato{
    text-align:justify;
    font-weight:bold;
}
.txt_contato h2{
    text-align:justify;
    line-height:30px;
    font-weight:bold;
}
.textbox {
    border:1px solid #525252;
    margin-top:5px;
    width:400px;
    height:20px;
}
.textbox2 {
    border: 1px solid #525252;
    margin-top:5px;
    width:30px;
    height:20px;
}
.textbox3 {
    border:1px solid #525252;
    margin-top:5px;
    width:354px;
    height:20px;
}
.textbox4 {
    border: 1px solid #525252;
    margin-top:5px;
    margin-bottom:10px;
    width:400px;
}
.botao {
    border: 1px solid #000;
    color: #FFFFFF;
    background-color: #3175bb;
    font-size: 12px;
    font-weight: bold;
}
.formEnviado {
    text-align:center;
    font-weight:bold;
    line-height:60px;
    font-size:16px;
}
 .MsoNormal STRONG {
 	font-weight:bold;}