/* CSS Document */
html {
	overflow-y:scroll;
	overflow-x:auto;
}
.titulos {
	color:#336633;
	font-weight:bold;
	font-size: 14px;
	}
.maiusculo {
	text-transform: uppercase;
}

.texto {
	color:#336633;
	font-size:12px;
	}
table {
	font-family: "trebuchet MS";
	font-size:12px;
	color:#336633;	 
}
a {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:150px;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.botao {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	background-color:#006633;
	width:150px;
}
.botao:hover {
font-family:"trebuchet MS";
font-size:12px;
	font-weight:bold;
	color:#006633;
	background-color:#CCCCCC;
	width:150px;
	}
input, textarea {
	font-family:"trebuchet MS";
	font-size:12px;
	color: #006633;
	width: 400px;
}.fundoCinza {
	background-color: #CCCCCC;
}
.txt {
font-family:"trebuchet MS";
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#336633;
}
.textovermelho{
font-family:"trebuchet MS";
font-size:14px;
color:#FF0000;
text-decoration:none;
font-weight:bold;
}
.link{
font-family:"trebuchet MS";
font-size:24px;
color:#006600;
font-weight:bold;
text-decoration:none;
}
.link:hover{
font-family:"trebuchet MS";
font-size:24px;
color:#006600;
font-weight:bold;
text-decoration:underline;
}
