.link {
	font-family: tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.link:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

BODY, TD, INPUT, TEXTAREA, SELECT {
	color: #000000;
	font-family: tahoma;
	font-size:11px;

}

BODY {
	background-color: #000000;
	}

div.atencao, p.atencao {
	font-size: 16px;
	font-weight: bold;
	color:#990000;
}


table.ingressos {
width:90%;
font-size:11px;
}


td.ingressos {
border-bottom:#333333 1px solid;
padding:5px 0px 8px 0px;
}
div.alerta, p.alerta  {
	font-weight: bold;
	color: #990000;
}