<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 
MaestroWeb.css is the style sheet for this auction site
*/

/* */


body {
      margin:0;
       /* Single Image */
      background: url('/1796/BlueBackground.png');
      background-repeat: no-repeat;
    
}


input, td, select, textarea, .list, .links 
{
	font-size:12px;
	font-family: verdana, arial, sans-serif;
	color:#000000;	
}

A 
{
	color: #000000;
	text-decoration:underline;
}

A:HOVER 
{
    	color: #093C60;
}

sup
{
	font-size:56%;
}

h2{
	color: #093C60;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:1px;
}

h3
{
	color: #093C60;
  font-size:12px;
  font-weight:bold;
  margin-bottom:1px;
  }

.subtext
{
  font-size:  9pt;
  font-family: verdana, arial, sans-serif;
}

.footer
{
  color: #000000;
  font-family: "Open Sans" !important;          /* Moved here from Maestrweb_Enh.css */
  font-size:  10pt;
  background: #FFFFFF;
}

.customfooter
{
  background: #FFFFFF;
}

.error, .VAMErrorText
{
  color: #990000;
	font-weight:  bold;
}

.label
{
	font-size: 10pt;
}

.title
{
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size:  14pt;
}

.subtitle
{
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size:  11pt;
	font-style:  italic;
}

.menu
{
	font-family: verdana, arial, sans-serif;
	background-color: #093C60;
}

.header
{
	background-color:  #ffffff;
}

.SectionHeader 
{
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-weight:300;
	color:#000000;
	background-color:  #CCCCCC;
	font-size:18px;
	margin:0px 0px;
	margin-top:5px;
}

A.MenuUnselectedTrue
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    font-size:  9pt;
    font-weight: bold;
    line-height: 12pt;
}

A.MenuUnselectedTrue:hover, A.MenuSelectedTrue:hover
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: underline;
}

A.MenuSelectedTrue
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    font-size:  9pt;
    font-weight: bold;
    line-height: 12pt;
}

A.MenuUnselectedFalse
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    font-size:  9pt;
    font-weight: bold;
    line-height: 12pt;
}

A.MenuUnselectedFalse:hover, A.MenuSelectedFalse:hover
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: underline;
}

A.MenuSelectedFalse
{
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    font-size:  9pt;
    font-weight: bold;
    line-height: 12pt;
}

A.SiteLinkBold
{
	color: #      ;
 	font-family: verdana, arial, sans-serif;
	font-size:  9pt;
    font-weight: bold;
}

A.SiteLinkBold:HOVER
{
	color: #      ;
}

.NavBackground
{
	background: #81B741;
}

#navigation {font-weight: bold; font-size: 11px; font-family: verdana, arial, sans-serif; list-style-type: none; padding: 0px 0px 4px 0px; margin: 0px;}

#navigation li {list-style: none; float: left; margin: 1px 0px 1px 0px;}

#navigation li a {float: left; display: block; color: #093C60; background-color: #81B741; border-right: 1px solid #093C60; text-decoration: none; padding: 5px;}

#navigation li .CurrentPage {color: #81B741;background: #093C60;}

#navigation a:hover {color: #81B741;background: #093C60; }

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