@import url("/_includes/_style.css");
@import url("/_includes/_popup_pages.css");
@import url("/_includes/_style_fixed.css");

body {margin-left: 0px; background: white;}
P, TD, UL, OL, LI 
{
  font-family: Verdana, Arial, helvetica, Sans-Serif;
  font-size: 10pt;
}

H3 {color: #303068; font-size: 12pt;}

TABLE.outerborder {border: solid 2px black;}

SELECT, INPUT {font-family: Verdana, Helvetica, Sans-Serif; font-size: 8pt;}
INPUT.removeButton {font-family: MS Sans Serif, Verdana, Helvetica, Sans-Serif; font-size: 8pt;}

.error { BACKGROUND-COLOR: yellow }
.note {background: yellow;}
.small {font-size: 8pt;}
.bold {font-weight: bold;}
.smallBold {font-size: 8pt; font-weight: bold;}
.italic {font-style: italic;}
.navy {color: #303068;}
.navyBold {color: #303068; font-weight: bold;}
.red {color: Red;}
.redBold {color: Red; font-weight: bold;}
.bolditalic {font-weight:bold; font-style:italic;}
.tblheader {font-size:15.5px; color:#FFFFFF; font-weight:bold; background:#000000;}
.whiteOnBlack {COLOR: white; BACKGROUND-COLOR: black; font-weight:bold;}
.whiteOnNavy {COLOR: white; BACKGROUND-COLOR: #303068; font-weight:bold;}
A.cart:hover {text-decoration: none;}

A:link {
  color: #009966; 
  text-decoration: underline;
}

A:hover {
  color: red;
}

A:active{
  color: #333366;
}

A:visited{
  color: #333366;
   
  text-decoration: underline;  
}

