/* CSS Document */
BODY {
	margin:0px;
	padding:0px;
}
			a:focus { background: yellow }
			.Texto1{
				font-family: Verdana;
				font-size: 10px;
				font-weight: none;
				color: #000000;
				text-decoration: none;
			}
			.Texto2{
				font-family: Verdana;
				font-size: 10px;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
			}
			.Texto2Cinza{
				font-family: Verdana;
				font-size: 10px;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
			}
			.Texto2Preto{
				font-family: Verdana;
				font-size: 10px;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
			}
			.Texto2PretoNormal{
				font-family: Verdana;
				font-size: 10px;
				font-weight: none;
				color: #000000;
				text-decoration: none;
			}
			.Borda1{
				border: 1px solid #999999;
			}
			.Form1{
				border: 1px solid #999999;
				font-family: Verdana;
				font-size: 10px;
				color: #000000;
				text-decoration: none;
				background-color: #F4F4F4;
			}
			td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input:focus {
	background-color:#FFFFD2;
}

p#erro {
	font-family:Tahoma, Verdana;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}