﻿BODY {
	FONT-SIZE: 75%;
	BACKGROUND-IMAGE: url('fundo.gif');
	COLOR: #330066;
	FONT-FAMILY: Verdana, Tahoma, Sans-serif;
	BACKGROUND-COLOR: #ffffff;
}

TD {
	FONT-SIZE: 75%;
}

A {
	FONT-WEIGHT: bold;
	COLOR: #000000;
	TEXT-DECORATION: none;
}

A:link {
	COLOR: rgb(0,102,102);
}

A:visited {
	COLOR: rgb(102,153,153);
}

A:active {
	COLOR: rgb(102,102,51);
}

A:hover {
	COLOR: #0099cc;
	TEXT-DECORATION: underline;
}

UL {
	LIST-STYLE-IMAGE: url('bull013.gif');
}

UL UL {
	LIST-STYLE-IMAGE: url('bull013.gif');
}

UL UL UL {
	LIST-STYLE-IMAGE: url('bull013.gif');
}

H1 {
	COLOR: rgb(0,51,102);
	font-size: 250%;
}

H2 {
	COLOR: rgb(0,51,102);
	font-size: 200%;
}

H3 {
	COLOR: rgb(0,51,102);
	font-size: 150%;
}

H4 {
	COLOR: rgb(0,51,102);
}

H5 {
	COLOR: rgb(0,51,102);
}

H6 {
	COLOR: rgb(0,51,102);
}

MARQUEE {
	COLOR: rgb(0,51,102);
}

HR {
	COLOR: #00cccc;
	HEIGHT: 1px;
}

P {
	text-indent: 20px;
	text-align: justify;
}

img {
	border:3px solid #FFFADB;
    	display: block;
     	margin: auto;
}

.tit {
	FONT-SIZE: 120%;
	COLOR: rgb(0,51,102);
	text-indent: -1px;
}

.tit1 {
    	background-color: #808000;	
	FONT-SIZE: 110%;
	COLOR: rgb(255,255,255);
	FONT-FAMILY: comic sans ms;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}

.tit2 {
    	background-color: #FFFFCC;	
	FONT-SIZE: 180%;
	COLOR: rgb(102,51,102);
	FONT-FAMILY: comic sans ms;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}

.tit3 {	
	FONT-SIZE: 150%;
	COLOR: rgb(128,128,0);
	FONT-FAMILY: comic sans ms;
	text-align: center;
	FONT-WEIGHT: bold;
}

#snackbar {
	visibility: hidden;
	min-width: 300px;
	margin-left: -125px;
	background-color: #800080;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 16px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 5.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
