/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #FF0000;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: #FF0000;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}

.textopreto {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.textopretogrande {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.textoazul {
	font-family: Verdana;
	font-size: 11px;
	color: #0053A5;
}

.textovermelho {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

.linkcinza:link {
	color: #7b7b7a;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.linkcinza:hover{
	color: #000000;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}
.linkcinza:visited{
	color: #7b7b7a;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}

.linkpreto:link {
	color: #000000;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.linkpreto:hover{
	color: #000000;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}
.linkpreto:visited{
	color: #000000;
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
}

.linkpreto_g:link {
	color: #000000;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}
.linkpreto_g:hover{
	color: #000000;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
}
.linkpreto_g:visited{
	color: #000000;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

input, textarea, select {
	font-size: 10px;
	font-family: Verdana;
	background-color: #F5F5F5;
}