﻿body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 70%;
	}

/* ------------------------------------------------------ */
/*	typo					  	   */
/* ------------------------------------------------------ */

h1 {
	clear: both;
	font-size: 170%;
	font-weight: normal;
	margin: 0;
	color: #000;
	}
	
h1 span {
	display: block;
	margin: 0;
	font-size: 65%;
	font-weight: normal;
	font-style: italic;
	color: #999;
	}
	
h2 {
	clear: both;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 35px;
	color: #666;
	}
	
h2 span {
	display: block;
	margin-top: 0;
	font-size: 75%;
	font-weight: normal;
	color: #000;
	}
	
h2 a, 
h2 a:link, 
h2 a:active, 
h2 a:visited,
h2 a:hover {
	background: none;
	padding: 0;
	}
	
h4 {
	clear: both;
	margin: 0;
	font-size: 100%;
	}
	
h4 span {
	display: block;
	font-weight: normal;
	}
	
a, a:link, 
a:active, 
a:visited,
a:hover {
	color: #F77D03;
	text-decoration: underline;
	}
	
/* ------------------------------------------------------ */
/*	imagens 			    	            			  */
/* ------------------------------------------------------ */
	
img {
	float: none;
	margin: 0;
	border: 0;
	padding: 0;
	}
	
p img.left {
	float: left;
	padding: 0 20px 20px 0;
	}
	
p img.right {
	float: right;
	padding: 0 0 20px 20px;
	}

/* ------------------------------------------------------ */
/*	wrapper					   							  */
/* ------------------------------------------------------ */

#wrapper {
	background: #fff;
	width: 100%;
	margin: 0;
	display:block;
	}
	

	
/* ------------------------------------------------------ */
/*	header					   							  */
/* ------------------------------------------------------ */
.headerbkg 
{
	display:none;
}	
.header {
	display: none;
	}
#logoprint 
{
	display:block;
	}
	
.logo 
{
	display:none;
}
	
/* ------------------------------------------------------ */
/*	menu					 	  						  */
/* ------------------------------------------------------ */
	
.menu {
	display: none;
	}
	
.menutop,
.menutop ul,
.menutop ul li,
.menutop ul li a,
.menutop ul li select,
.menutop ul li option
	{
		display:none;
		}

/* ------------------------------------------------------ */
/*	content					   							  */
/* ------------------------------------------------------ */
	
#content {
	padding: 0;
	display:block;
	width:100%;
	}
	

/* ------------------------------------------------------ */
/*	two column layout 				   					  */
/* ------------------------------------------------------ */
	


.leftcol {
	display: none;
	}

.login 
{
	display:none;
	}
	
.searchbox 
{
	display:none;
	}	

.events 
{
	display:none;
	}

#content .rightcol {
	display: block;
    width: 100%;
    float:none;
	}
	
/* ------------------------------------------------------ */
/*	footer					   	   						  */
/* ------------------------------------------------------ */

#footer {
	display: none;
	}
	
	
/* ------------------------------------------------------ */
/*	tables					    						  */
/* ------------------------------------------------------ */

table {
	width: 100%;
	}
	
table td div {
	margin: 0;
	padding: 0;
	}
	
	
/* ------------------------------------------------------ */
/*	listas laterais 			    	            	  */
/* ------------------------------------------------------ */

ul li {
	list-style-type: square;
	list-style-position: outside;
	}
	
ol li {
	list-style-type: lower-latin;
	}
	
ul li, ol li {
	padding-bottom: 10px;
	}
	
	
	
/* ------------------------------------------------------ */
/*	outros 			    	            				  */
/* ------------------------------------------------------ */

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px; 
	height: 1px; 

	overflow: hidden; 
	}
	
.mandatory {
	font-weight: bold;
	color: #f00;
	}
	
.warning b {
	display: block;
	color: #f00;
	}
	
.terms {
	background: #eee;
	}
	
a:hover .terms {
	text-decoration: underline;
	}
	
.first {
	margin-top: 0;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.small {
	font-size: 80%;
	}
	
.small .highlite {
	color: #F77D03;
	}
	
p.options {
	margin: 0;
	border: 0;
	padding: 0;
	color: #ccc;
	font-size: 90%;
	}
	
p.options a,
p.options a:active,
p.options a:visited,
p.options a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	}
	
p.options a:hover {
	color: #F77D03;
	}
	
hr {
	clear: both;
	visibility: hidden; 
	}

