/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */

																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
		font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman" sans-serif;
		font-size: 11pt;
		}






																/* >>> CONTAINERS <<< */
* { }






																/* >>> SUB CONTAINERS <<< */
div#print {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
	}



				div #center {
					padding-top:15pt;
					clear:both;
				}
				
				div #header-in #topo #topoMenu ul {
					list-style-type:none;
					padding:6px;
				}
				div #header-in #topo #topoMenu ul li {
					float:left;
					margin:10px 15px 0 0;
					font-size:100%;
					font-weight:bold;
					font-variant:small-caps;
				}
				div #topoMenu ul li a {
					line-height:30px;
					padding:6px;
					text-decoration:none;
					color:#333;
				}

				div #box-conteudo {
					padding-top:20pt;
				}
				
				div #restrito-container {
					display:none;
				}
				
				div #right {
					display:none;
				}



																/* >>> LISTS <<< */
*.x {
	display: none;
	}






																/* >>> TYPOGRAPHY <<< */
div#print {
	color: #eee;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	}
	div#print strong {
		display: block;
		color: #000;
		background-color: inherit;
		font-size: 17pt;
		}






																/* >>> FORMS <<< */
* { }






																/* >>> END <<< */