@charset "ISO-8859-1";
/* CSS Document */


/* basic elements */

body, h1, h2, h3, h4, h5, h6, p, ul, li, form {
	margin: 0px;
	padding: 0px;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}

/*
LINKS --------------------- */

a {
	font-size: 12px;
	color: #999999;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline
}

a:active {
	color: #333333;
}

a img {
	border-width: 0; 
	border-style: none;
}

/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0; 
	line-height: 150%;
}


/*
MASTHEAD + SUBMAST --------------------- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AB0101;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB0101;
}

.SubTitulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB0101;
}

/* ----------------------------*/
/* PAGE ELEMENTS */
/* ----------------------------*/

/*
MAIN CONTENT --------------------- */

#wrapper {
	width: 100%;
	margin: auto;
}

#outer {
	width: 1000px;
	margin:0 auto;
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */
	background:url(../img/bkg.png) repeat-y;
	padding-left:4px;
	padding-right:4px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#B10101;
	width:956px;
	height:40px;
	clear:both;
	font-weight:bold;
	padding:12px 18px;
	background-color: #FFF;
}

#footer-a {
	float:left;
	width:800px;
	height:40px;
}

#footer-b {
	float:left;
	width:155px;
	height:40px;
}

.asterisco {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#ff0000;
}
.tbpicotado {
	border: 1px dashed;
	border-color:#AB0101;
	background-color: #E5E5E5;
}
