<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Style: OrangeYouGlad.css
Created by Randy Peterman, September 2nd, 2005
http://design.randypeterman.com
using TopStyle Pro 3.12

Requires one image: down_arrow.gif for {mostly} 
Standards Compliant browsers like Firefox.
*/
#tableDestacat{
	background: #FFEFD5;
	border-spacing: 0px;
	border-collapse: collapse;
}

#tableDestacat *{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#theadDestacat{
	background: #FFA109;
}
#theadDestacat * th{
	border-bottom: 1px outset;
	border-top: 1px outset;
	padding-left: 3px;
	padding-right: 3px;
}


#tableDestacat * a{
	color: #000;
}
#tbodyDestacat * th{
	background: #FFDCA2;
	border-right: 1px solid #956500 !important;
	border-bottom: 1px solid #fff;
	font-size:8pt;
	font-weight: normal;
	padding-left: 2px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: top;
}
#tbodyDestacat * th a{
		color: blue !important;
}
#tbodyDestacat * td{
	border: 0px none;
	border-bottom: 1px solid #ddd;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
}
#tbodyDestacat tr.odd{
	background: #FFF8EA;
}
#tbodyDestacat tr.odd th{
	background: #FFE2B0;
}

#tbodyDestacat td a{
	background-position: top left;
	min-height: 20px;
	padding-left: 20px;
	float: left;
	padding-right: 4px;
}
#tbodyDestacat tr th+td a{
	background-image: none;
	padding: inherit;
	float: inherit;
}
/* Fake for IE, argh! Maybe IE 7 will resolve this. */
#tbodyDestacat td a{
	_background: none;
	_background-position: inherit;
	_padding-left: 2px;
	_float: inherit;
	_padding-right: inherit;
}
</pre></body></html>