body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font: 0.9em/0.95em "MS Sans Serif", Geneva, sans-serif;
	scrollbar-3dlight-color: #FF0;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #FC0;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #FC0;
	scrollbar-highlight-color: #FF0;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #CCC;
}

#tudo {
	margin: auto auto auto auto;
	text-align: center;
	vertical-align: middle;
}

strong {
	font-family: "MS Serif", "New York", serif;
}

#cabecalho {
	border: thin Solid White;
	width: 99.7%;
	background: url(../img/fundoCabecalho.gif) repeat-x;
	height: 106px;
}

#cabecalho h1 {
	width: 317px;
	height: 96px;
	background: url(../img/marcaSino.gif) no-repeat;
	z-index: 2;
	position: absolute;
	top: 8px;
	right: 14px;
}

#cabecalho h5 {
	width: 125px;
	height: 110px;
	background: url(../img/sinoEsqA.gif) no-repeat;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#cabecalho h6 {
	width: 130px;
	height: 104px;
	background: url(../img/sinoDirT.gif) no-repeat;
	z-index: 1;
	position: absolute;
	top: 2px;
	right: 4px;
}

#cabecalho h1 span, #cabecalho h5 span, #cabecalho h6 span {
	display: none;
}

#menu {
	text-align: left;
	position: absolute;
	top: 86px;
	left: 85px;
	z-index: 2;
}

#menu a {
	color: #000;
}

#menu a:link, #menu a:active {
	text-decoration: none;
	font-weight: bolder;
	margin-right: 2em;
}

#menu a:visited {
	text-decoration: none;
	color: #330;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bolder;
}

#menu strong {
	color: #C60;
}

#principal {
/*	height: 22em; */
	height: 71.5%;
	text-align: left;
	overflow: auto;
}

#principal h2 {
	letter-spacing: 0.14em;
	border-bottom: thin solid #CCC;
	position: relative;
	top: 0.4em;
}

#principal table {
	border-spacing: 4px;
}

#principal td .tdImg {
	width: 275px;
	float: right;
}

#principal td .tdTxt {
	width: 50%;
	border: thin Solid Black;
}

#principal p {
	float: left;
	position: relative;
	margin-bottom: 0.8em;
	width: 99%;
	clear: left;
}

#principal ul {
	list-style: none inside url(../img/liBullet.gif);
}

#principal img {
	border: thin solid #000;
	position: relative;
	margin-left: 4px;
	margin-bottom: 1em;
	clear: left;
}

#principal .enfase {
	font: 1em/1.1em "MS Serif", "New York", serif;
	letter-spacing: 0.28ex;
	line-height: 1.15em;
	border-left: thin solid #FC0;
	border-bottom: thin solid #FC0;
	font-weight: bold;
}

#rodape {
	border: thin Solid White;
	background: url(../img/corFundo.gif) repeat;
	width: 99.7%;
	height: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	cursor: default;
}

#rodape span a {
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
}

#rodape span {
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
}

#rodape span:hover {
	text-decoration: underline;
}

#txtGrande {
	margin: 1em 2em 1em;
}

