.null {}

font    {
      font-family:Verdana, Helvetica, Arial;
      color:#3A3A3A;
    }

.normal   {
      font-size:80%;
    }
    
.blue {
	color:#0000ff;
}

.pageheading  {
      font-size:140%;
      font-weight:bold;
    }
    
.productheading  {
      font-size:120%;
      font-weight:bold;
    }

.catheading {
      font-size:95%;
      font-weight:bold;
    }
    
.intro    {
      font-size:90%;
    }
    
.small    {
      font-size:70%;
    }
    
.formtext    {
      font-weight:bold;
      font-size:75%;
    }
    
.xsmall   {
      font-size:65%;
    }

.smallred {
      font-size:70%;
      color:#ff0000;
    }
    
.smallwhite {
      font-size:70%;
      color:#ffffff;
      font-weight:bold;
    }

.price    {
      font-size:90%;
      font-weight:bold;
    }
    
.xsmallfixed    {
      font-size:9px;
    }
    
.subnav   {
      font-size:70%;
      font-weight:bold;
    }
    
.subnavfixed    {
      font-size:11px;
      font-weight:bold;
    }
    
.subnavtd {
      padding-top:1px;
      padding-bottom:1px;
    }
    
.top5   {
      font-size:60%;
    }
    
.footer   {
      color:#888888;
      font-size:11px;
      font-weight:bold;
    }


a:link    {
      color:#958CC4;
      text-decoration: none;
    }
  
a:visited {
      color:#958CC4;
      text-decoration: none;
    }
  
a:hover   {
      color:#665E91;
      text-decoration: underline;
    }
    
a:link.white    {
      color:#BFB8E3;
      text-decoration: none;
    }
  
a:visited.white {
      color:#ffffff;
      text-decoration: none;
    }
  
a:hover.white   {
      color:#ffff33;
      text-decoration: underline;
    }
    