.TextoPadrao{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.Form{
	border: 1px solid gray;
	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	background-color: white;
	font-weight: normal;
}

.TituloPadrao{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.TituloGrande{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.Link{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.Link:Hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

.Botao	
{
	border: 1px solid gray;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: solid gray;
	font-weight: normal;
}
