body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
}
.tahoma11Cinza {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	text-align:justify;
}

.tahoma11Cinza:hover {
	color: #000000;
	text-decoration:none;
}

.tahoma11AzulBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

.tahoma11AzulBold:hover {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.tahoma11Azul {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
}

.tahoma11Branco {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.tahoma11Branco:hover {
	color: #67c24d;
	text-decoration:none;
}
input {
	background-color: #e8e8e8;
	border: 1px solid #003366;
}
textarea {
	background-color: #e8e8e8;
	border: 1px solid #003366;
}
.chk{
	border: 0px;
	background-color: transparent;
	background-image: none;
}
.img{
	border: 1px solid #999999;
}
