@charset "iso-8859-1";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../imagens/bg_fundo.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-position: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: 0;
}
.oneColFixCtrHdr #footer {
	background-color: #eeeeee;
	padding-top: 5px;
	/*padding-bottom: 100px;
	/*padding-right: 0px;
	padding-left: 0px;
	margin-top: 70px;*/
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666;
}
.oneColFixCtrHdr #footer div {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width:777px;
	/*background-image: url(../imagens/rodape.gif);
	background-repeat: no-repeat;*/
}
.fundo{
	background-image:url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
}

#menu 
{
    height:44px;
    line-height:44px;
}
#ctl00_menu1_Menu1 tr td table tr td
{
    width:130px;
    text-align:center;
    }

.titulo
{
    font-size:22px; color:#e75f0d; padding-left:5px;
    }
	
	.imggrid {
	width:150px;
	height:65px;
	background:#fafafa;
	border:1px solid #c3c3c3;
	margin:0 3px 0 0;
}

.titulogrid th {
	background:url(../imagens/bg_titulogrid.gif) repeat-x;
	border:1px solid #b1ccf8;
	color:#2b7dc2;
	font-size:14px;
	text-align:left;	
}

