/* CSS Document */
body {
	background-color: #FFE9BB;
	vertical-align: top;
	margin: 0px 0px 0px;
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-arrow-color: #FAD88F;
	scrollbar-base-color: #cccccc;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #e2e2e2;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #666666;
}
.index {
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: x-small;
	color: #0066ff;
}	
.tabelaborda {
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: x-small;
	color: #0066ff;
}
.tbottom {
	border-style: hidden;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: #0066ff;
}
.linhatab { /* tabela horarios */
    border-style: hidden;
    font-family: Tahoma;
}
.linhath {
    background-color: 0066ff;
    font-size: small;
    color: ffffff;
}
.linhatd1 {
    background-color: ff0000;
    font-size: xx-small;
    font-weight: bold;
    color: ffffff;
}
.linhatd2 {
    background-color: ffffff;
    font-size: xx-small;
    color: 000000;
}
.gallery { /* galeria de imagens */
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	color: #0066ff;
	}
a:link {
	color: #0066ff;
}	
a:hover {
	text-decoration: none;
	color: #0066ff;
}
a:visited {
	color: #ff0000;
}