@charset "utf-8";
body {
	background-color: #CCCCCC;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	word-spacing: 10pt;
}
#menu a:link {
	color: #1B749E;
	text-decoration: none;
}
#menu a:visited {
	color: #1B749E;
	text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#submenu {
	width: 230px;
	text-align: left;
	margin-top: 30px;



}
#submenu ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	margin-left: 0px;


}
#submenu a {
	display: block;
	font-family: Tahoma, Arial;
	font-size: 11pt;
	height: 30px;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;

}
#submenu a:link {
	color: #E9E9E9;
	text-decoration: none;
	background-image: url(/novo/images/bg_menu.png);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #0099CC;
	border-bottom-style: solid;

}
#submenu a:visited {
	color: #E9E9E9;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #0099CC;
	border-bottom-style: solid;

}
#submenu a:hover {
	background-image: url(../images/submenu_bg_over.png);

}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#footer p {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}
#footer a:link {
	color: #1B749E;
	text-decoration: none;
}
#footer a:visited {
	color: #1B749E;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#start {
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	line-height: 24pt;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#corpo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 20px;
}
#corpo h1 {
	font-family: Tahoma;
	font-size: 17pt;
	color: #1B749E;
	text-align: left;
}

#corpo h2 {
	font-family: Tahoma;
	font-size: 17pt;
	color: #FFCC33;
	text-align: left;	
}

#corpo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: justify;
	margin-right: 20px;
	line-height: 14pt;
}

#corpo .imgLeft {
	float: left;
	margin-right: 10px;
}
#corpo hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 20px;

}
#corpo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#corpo a:link {
	color: #1B749E;
	text-decoration: none;
}
#corpo a:visited {
	color: #1B749E;
	text-decoration: none;
}
#corpo a:hover {
	color: #FF0000;
	text-decoration: underline;
}#form .border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#form .box {
	color: #FFFFFF;
	background-color: #999999;
	border: none;
	margin-right: 5px;
}
#form .box_data {
	color: #FFFFFF;
	background-color: #999999;
	border: none;
	margin-right: 5px;
	width: 40px;
}
#form .box_grande {
	color: #FFFFFF;
	background-color: #999999;
	border: none;
	margin-right: 5px;
	width: 200px;
}

#form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	margin-left: 6px;
}
#news .border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
#news .imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: -20px;
	margin-top: 2px;
}
#news a:link {
	color: #1B749E;
	text-decoration: none;
}
#news a:visited {
	color: #1B749E;
	text-decoration: none;
}
#news a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #666666;
	margin-left: 20px;
	text-align: left;
}
.leading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
INPUT, TEXTAREA, CHECKBOX	{
	background-color: #CCCCCC;
	color: black;
	border-color: #999999;
	border-width: 0;
	font-family: tahoma;
	font-size: 9pt;
	width: 70pt;	
}
.eleicoes	{
	background-color: #1B749E;
	color: WHITE;
	border-color: #000000;
	border-width: 1;
	font-family: tahoma;
	font-size: 15pt;
	width: 90pt;	
}

TD  {
	font-size : 8pt;
	font-family : tahoma;
	line-height : 19px;
    color : black;
	align : center;
}