@charset "UTF-8";
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(img-layout/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.easySiteCSS #container {
	width: 773px; /* the auto margins (in conjunction with a width) center the page */
	border: 1pt none #333333; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img-layout/fundoContent.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.easySiteCSS #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.easySiteCSS #menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #282828;
	border-right-color: #282828;
	border-bottom-color: #282828;
	border-left-color: #282828;
	background-image: url(img-layout/fundodomenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.easySiteCSS #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.easySiteCSS #mainContent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	text-align: left;
}
.easySiteCSS #footer {
	background-image: url(img-layout/rodape.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
}
.easySiteCSS #footer p {
	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 */
	font-size: 9px;
	color: #999999;
	text-align: right;
	vertical-align: text-top;
}
.easySiteCSS #admin {
	background: #DDDDDD;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	margin: auto;
	text-align: center;
}
.easySiteCSS #Adminlinkof {
	color: #999999;
	text-decoration: none;
}
.easySiteCSS #AdminlinkOn {
	color: #0000CC;
	text-decoration: none;
}
.easySiteCSS #homeContent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #666666;
}
a:link {
	color: #333333;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
tr {
	font-size: 11px;
}
p {
}
.titulo16 {
	font-size: 16px;
	font-weight: bolder;
}
.titulo14 {
	font-size: 14px;
	font-weight: bolder;
	color: #069;
}
.letra14 {
	font-size: 14px;
}
.letra14Cinza {
	font-size: 14px;
	color: #CCCCCC;
}
.titulo16Branco {
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
}
