/* page styles */


.backgroundPrimary { background: #0000FF; font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: white;}
.backgroundSecondary { background: #33CCFF; font-size: 8pt; font-family: Verdana, Arial, sans-serif; color: black; }

.tableBorder { border-color: #F3F3F3; border-collapse: collapse; }

.tableCartInfo { background: #F3F3F3; font-size: 8pt; font-family: Verdana, Arial, sans-serif; color: black; }

.homeMenu { background: #F3F3F3; font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: black; }

/* link styles */

A {
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:active { 
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:visited { 
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #999999;
  font-style : normal;
  text-decoration: underline;
  font-weight: bold;
}

A.navleft {
  font-size : 8pt;
  font-family : Verdana, Arial, sans-serif;
  color : #666666;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navleft:active { 
  font-size : 8pt;
  font-family : Verdana, Arial, sans-serif;
  color : #666666;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navleft:visited { 
  font-size : 8pt;
  font-family : Verdana, Arial, sans-serif;
  color : #666666;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navleft:hover {
  font-size : 8pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000000;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navright {
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navright:active { 
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navright:visited { 
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #000033;
  font-style : normal;
  text-decoration: none;
  font-weight: normal;
}

A.navright:hover {
  font-size : 10pt;
  font-family : Verdana, Arial, sans-serif;
  color : #999999;
  font-style : normal;
  text-decoration: underline;
  font-weight: normal;
}

