a.classe1 {
	color: #333333;
	font-weight: bold;

}

a.classe1:link {

	text-decoration: none;

}

a.classe1:visited {

	text-decoration: none;

	color: #333333;

}

a.classe1:hover {
	text-decoration: underline;
	color: #000066;

}

a.classe1:active {

	text-decoration: none;

	color: #333333;

}



a.classe2 {

	color: #2D3680;

	font-weight: bold;

}

a.classe2:link {

	text-decoration: none;

}

a.classe2:visited {

	text-decoration: none;

	color: #2D3680;

}

a.classe2:hover {

	text-decoration: underline;

	color: #333333;

}

a.classe2:active {

	text-decoration: none;

	color: #2D3680;

}







a {

	color: #333333;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #333333;

}

a:hover {

	text-decoration: underline;

	color: #666666;

}

a:active {

	text-decoration: none;

	color: #666666;

}



















#tabela input {

	border:1px double #CCCCCC;

	text-align: left;

	float: left;

	margin-right: 5px;

	font-family: Tahoma, "Times New Roman";

	font-size: 11px;

	color: #333333;

}



#tabela input.botao {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-image: url(imagens/botao1.jpg);

	height: 15px;

	margin-right: 3px;

	width: 24px;

}





#tabela {

	width: 100%;

	color: #0099FF;

}











#tabela2 {

	width: 100%;

	border: 1px double #CCCCCC;

}

#tabela2 tr {

	border: 1px double #CCCCCC;

}

#tabela2 td {

	border: 1px double #CCCCCC;

}



#tabela2 td:hover{

	border: 1px double #CCCCCC;

	background-color: #CCCCCC;

}

#tabela2 .negrito {

	font-weight: bold;

	text-align: center;

	color: #FFFFFF;

	background-color: #004C96;

}







#tabela2 caption {

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

}

#tabela2 input {

	border: 1px groove #999999;

	color: #333333;

}
