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

.dropdown, .dropdownred {
float:left; 
	height: 20px;
 	width: 74px;
	

}

.dropdown dt { 
	width: 74px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
}

.dropdown dt:hover {
	text-decoration: none;
	color: #ED1B26;
	background-image: url("../images/red-rectangle74trim.gif");
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	
}

.dropdownred dt {
 	width: 74px;
	padding: 0px 0px 0px 0px;
	color: #ED1B26;
	text-decoration: none;
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
}

.dropdownred dt:hover {
	text-decoration: none;
	color: #ED1B26;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	
}

.dropdown dd, .dropdownred dd {
	margin-left: -40px;
	top: 20px;
	overflow:hidden; 
	width:152px; 
	display:none; 
	z-index:6; 
	height: 40px;
	background: #ffffff;
}

.dropdown ul, .dropdownred ul {
	border:0px solid #9ac1c9; 
	list-style:none; 
	border-top:none
	
}

.dropdown li, .dropdownred li {
display:inline;
	height: 40px;
	
}

.dropdown a, .dropdown a:active, .dropdown a:visited, .dropdownred a, .dropdownred a:active, .dropdownred a:visited{
	display: inline-block;
	width: 152px;
	border-top: 0px solid #777777;
	border-bottom: 0px solid #cccccc;
	background-image: url("../images/empty-rectangle74tr.gif"); 
	background-repeat: no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
	color: #000000;
	text-decoration: none;
	font-size: 10px;	
	font-weight: bold;
	text-align: center;
	
}

.dropdown a:hover, .dropdownred a:hover {
	border-top: 0px solid #444444;
	background-image: url("../images/red-rectangle152tr.gif");
	text-decoration: none;
	font-weight: bold;
	color: #ED1B26;
	
}

.dropdown .underline, .dropdownred .underline {
border-bottom:0px solid #b9d6dc
}

</pre></body></html>