/* CSS Document */

.titulo {font-family: "Trebuchet MS";
	color: #FE0A78;
	font-weight: bold;
	font-size: 24px;
}
.texto1 {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.texto2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333333; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo2 {
	font-size: 16px;
	color: #32AEDE;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.texto_selecao {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #FE0A78}
.texto1 a:link {
	text-decoration: none;
	color: #666666;
}
.texto1 a:visited {
	text-decoration: none;
	color: #666666;
}
.texto1 a:hover {
	text-decoration: none;
	color: #FE0A78;
}
.texto1 a:active {
	text-decoration: none;
	color: #666666;
}
.titulo3 {font-family: "Trebuchet MS"; color: #CC0000; font-weight: bold; font-size: 16px; }
#tabela {
	width:263px;
	height:350px;
	overflow:auto;
	}
#corpo {
	width:605px;
	height:1057px;
	background:url(imgs/fundo.jpg);
	background-repeat:no-repeat;
	position: absolute;
	}
#combo-box {
	width:150px;
	height:20px;
	margin-top:149px;
	margin-left:419px;
	margin-bottom:auto;
	margin-right:auto;
	}
#quadro {
	width:567px;
	height:155px;
	padding:20px;
	background:url(imgs/bloco.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	}
#quadro2 {
	width:567px;
	height:155px;
	padding:20px;
	background:url(imgs/bloco.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	margin-top:155px;	
	}
#quadro3 {
	width:567px;
	height:155px;
	padding:20px;
	background:url(imgs/bloco.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	margin-top:310px;
	}
#quadro4 {
	width:567px;
	height:155px;
	padding:20px;
	background:url(imgs/bloco.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	margin-top:465px;
	}
#quadro5 {
	width:567px;
	height:155px;
	padding:20px;
	background:url(imgs/bloco.png);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	margin-top:620px;
	}
#scroll {
	width: 567px;
	height: 800px;
    overflow-x: hidden;
    position: relative;
	margin-top:30px;
	margin-left:19px;
	margin-bottom:auto;
	margin-right:auto;
    clear: left;
	overflow: hidden;
	}
#slider {
	width: 605px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer div.panel {
    padding: 0px;
	width: 567px;
    height: 775px;
}
.scrollButtons {
	width:72px;
    position: absolute;
    cursor: pointer;
}
.scrollButtons.left {
    left: 210px;
	border:0px;
}
.scrollButtons.right {
    right: 210px;
	border:0px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
	clear:both;
}
ul.navigation li {
    display: inline;
	border-top-color:#FF0000;
    margin-right: 1px;
}
ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}
ul.navigation a:hover {
    background-color: #f6f6f6;
	text-decoration: inherit
}
ul.navigation a.selected {
    background-color: #fff;
}
ul.navigation a:focus {
    outline: none;
}
#menu {
	width:200px;
	height:17px;
	}

