@charset "utf-8";
/* CSS Document */
body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font: 75%/170% Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url('imagens/design/bg-site.gif');
	background-repeat:repeat x;
	background-attachment: fixed;
	background-position: center top;
}
/* LINKS */
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
	}

/* HEADERS */

/* IDS */

#rodape {
	background-color: #000000;
	height: 150px;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background-color: #000000;
	}

/* comuns */

.textoPadrao1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #999999;
	text-align: justify;
	line-height: 20px;
}
	
	.textoPadrao2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFCC00;
	text-align: justify;
	line-height: 20px;
}
	
	.textoPadrao3 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 20px;
}
#conteudo {
}
h1 {
	font-family: Tahoma, Arial;
	font-size: 24px;
	color: #0093DE;
	text-align: left;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
td.dest {
	background-color: #333333;
	cursor: pointer;
	border: 1px solid #333333;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
td.dest:hover {
	background-color: #999999;
	cursor: pointer;
	border: 1px solid #999999;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.textoRodape {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.linkpadrao {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #00FF66;
}

