<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {margin:0px;}

h3 {
margin: 0;	
padding: 7px 0 0 0;
font-size: 16px;
text-transform: uppercase;
}

div#feature_list {
width: 760px;
height: 271px;
overflow: hidden;
position: relative;
}

div#feature_list ul {
position: absolute;
top: 196;
list-style: none;	
padding: 0;
margin: 0;
}

ul#tabs {	
top: 195px;
z-index: 2;
width:749px;
height:78px;
background:transparent url(/assets/images/2012/p-feature-tab-none.png) repeat-x;
}

ul#tabs li {
float:left;	
width: 187px;
font-size: 11px;
font-family: Arial;
}
		
ul#tabs li a {
color: #bcc4d2;
text-decoration: none;	
display: block;
padding: 13px;
padding-top: 23px;
height: 51px;
outline: none;
background:  url('/assets/images/2012/p-feature-tab-past.png');
}

ul#tabs li a:hover {
text-decoration: underline;
}

ul#tabs li a.current {
background:  url('/assets/images/2012/p-feature-tab-current.png');
color: #FFF;
}

ul#tabs li a.current:hover {
text-decoration: none;
cursor: default;
}

ul#output {
left: 0;
width: 698px;
height: 239px;
position: relative;
}

ul#output li {
position: absolute;
width: 698px;
height: 239px;
}</pre></body></html>