body {
	background-color: #FFFFFF;
	margin: 0px;
}

table.quotes {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #263E28;
}

table.quotes th {
	text-align: left;
	padding: 0px 0px 8px 3px;
}

table.quotes td {
	text-align: left;
	padding: 0px 0px 4px 3px;
}

table.links {
	width: 100%;
	border-collapse: collapse;
}

table.links td {
	padding-top: 5px;
	padding-left: 3px;
}

table.links a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #263E28;
}

table.links a:hover {
	color: #929F94;
	text-decoration: none;
}

table.logos {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #263E28;
}

table.logos td {
	width: 33%;
	padding: 1px 10px 1px 10px;
}

table.extras {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #263E28;
}

table.extras th {
	text-align: left;
	background-color: #CCCCCC;
	padding: 4px 0px 4px 3px;
}

table.extras td {
	width: 50%;
	padding: 1px 10px 1px 10px;
}

table.performances {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #263E28;
}

table.performances th {
	background-color: #CCCCCC;
	padding: 4px 3px 4px 3px;
}

table.performances td {
	width: 33%;
	padding: 1px 10px 1px 10px;
}

table.interactive {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #334734;
}

table.interactive tr.header {
	/*background-color: #CCCCCC;*/
	color: #CC9900;
}

table.interactive td {
	padding: 3px;
}


table.interactive select {
	font-family: Arial;
	font-size: 11px;
	color: #334734;
	width: 100px;
}

table.interactive select.fondo {
	width: 150px;
}

table.competitors {
	width: 100%;
	border-collapse: collapse;
	background-color: #DFDFDF;
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
}

table.competitors th {
	background-color: #334734;
	border: 1px solid #DFDFDF;
	text-align: right;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	font-weight: normal;
}

table.competitors td {
	border: 1px solid #DFDFDF;
	color: #000000;
	padding: 1px 2px 1px 2px;
	text-align: right;
}

table.competitors th.fondo {
	text-align: left;
}

table.competitors td.fondo {
	text-align: left;
}

table.competitors tr.even {
	background-color: #FFFFFF;
}

table.competitors tr.odd {
	background-color: #CED0CE;
}

table.competitors a {
	color: #334734;
	font-weight: bold;
}

table.competitors a:hover {
	color: #929F94;
	text-decoration: none;
}