#programa table
{
	font-family:   Verdana, Arial, Helvetica, sans-serif;		
	font-size:     10px;
	font-weight:   bold;
	border-style:  none;
	border-width:  0px;	
	width:         580px;
	margin-bottom: 5px;
}

#programa th
{
	font-size:     14px;
	font-weight:   bold;
	text-align:    left;
	color:         yellow;
	border:        none;
	padding-left:  5px;
}

#programa td
{
	font-size:     13px;
	font-weight:   bold;
	color:         white;
	border:        none;
}

#programa input
{
	cursor: pointer;
	overflow:visible;
	padding:0 5px;
}

#programa em
{
	font-size:   12px;
	font-weight: bold;
	font-style:  italic;
	color:       yellow;
}

#programaTexto
{
	margin-top:    5px;
	text-align:    center;
	color:         yellow;
	font-weight:   bold;
	font-size:     large;
}

#programaImg
{
	margin-top:    15px;
	text-align:		center;
}