/* Default fonts for body, paragraphs and tables, default anchor colour to dark blue*/
body {background-color:#ffffff; font-family:verdana, arial, helvetica; font-size:12px}
p {font-family:verdana, arial, helvetica}
table {font-family:verdana, arial, helvetica; font-size:12px}


/* the following styles are used in pagetop.html. sm is the 'More Options' under the search box. fb and sb are search box and 'go button' */
A.sm {
      font-family: verdana;
      font-size: 8px;
      color: 8E59EF;
      TEXT-DECORATION: none
}

.fb { font-family: Verdana; 
      font-size: 10px;  
      height: 18px; 
      width: 20px;
      background-position: center center; 
      font-weight: bold; 
      background-color:#8E59EF; 
      color:white
      }

.sb { font-family: Verdana; 
      font-size: 10px; 
      height: 18px; 
      font-weight: normal; 
      background-color:#f1f1f1; 
      color:black
      }
	

/* topAnchors are in sitemodule.pm and relate to the 3 menu lines at the top of each page (main options, browse artists and genre selector) */
A.topAnchor {color:white; text-decoration:none; font-size:10px}
A.topAnchor:hover {text-decoration:underline; background-color:#f1f1f1; color:black}
/* small is the text that says 'More Options' under the search bar */
.small {font-size:9px; }
/* headerT  is in the select dropdown for genres options, and greys out the background of the genre headers in the drop down */
.headerT {font-family: verdana, arial, helvetica; font-weight:bold; background-color:f1f1f1; color:black;}

/* db means dark blue. used in footer in sitemodule for Delerium Mailorder text */
A.db {color:#1b2c67}
