a, a:visited {
	color: #FF7E00;
	text-decoration: none;
	border-bottom: 1px dashed #FF7E00; 
	}

a:hover {
	color: #B2B2B2;
	text-decoration: none;
	border-bottom: 1px dashed #B2B2B2; 
	}

small {
	color: #666;
	font-size: 9px;
}

body {
	text-align: center;
	margin: 0;
	background: url(img/body_bg.jpg) repeat;
	background-color: #636363;
	color: #000000;
	padding-bottom: 20px;
}

#content {
	border: 0;
	background-color: #FFFFFF;
	width: 640px;
	margin: 20px auto;
	margin-bottom: 0;
	text-align: left;
}

#content .corners {
	width: 640px;
	height: 40px;
	}
	
#main {
	padding: 0 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	margin-bottom: 0;
	text-transform: uppercase;
	}
	
#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF7E00;
	margin-top: 4px;
	margin-bottom: 20px;
	}
	
#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	line-height: 18px;
	}

form .select {
	border: 1px solid #CCC;
	margin-left: 16px;
	font-size: 10px;
	color: B2B2B2;
	}

form .textoutro {
	border: 1px solid #CCC;
	margin-left: 5px;
	font-size: 10px;
	}
	
form .text {
	border: 1px solid #CCC;
	margin-left: 16px;
	font-size: 10px;
	}
	
form .checkbox {
	border: 0;
	margin-left: 16px;
	}

form .radio {
	border: 0;
	margin-left: 16px;
	}
	
form .submit {
	margin-right: 30px;
	float: right;
	border: 0;
	background-color: #FF7E00;
	color: #FFF;
	}

form .submit:hover {
	margin-right: 30px;
	float: right;
	border: 0;
	background-color: #B2B2B2;
	color: #FFF;
	cursor: pointer;
	}
	
#main .status {
	text-align: right;
	margin-right: 28px;
	margin-bottom: 30px;
	}
	
#main .status img {
	margin: 2px;
	}

#main .logo {
	margin-top: -60px;
	margin-bottom: 30px;
	}
	
.bullet {
	color: #FF7E00;
	font-weight: bold;
	}
	
.perguntas {
	color: #3E3E3E;
	font-weight: bold;
	}
	
/* tables */

#content table {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E3E3E;
	margin: 0 0 0 16px;
}

#content table td {
	border: 0;
}

#content table .title {
	font-weight: bold;
	padding-right: 8px;
	color: #666;
	width: 110px;
}

#content table .bar {
	width: 364px;
	background-color: #F4F4F4;
}

#content table .percent {
	padding-left: 8px;
}
