body, td {
  background-color: white; color: black;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px; font-weight:normal;
}
a 	      {text-decoration:underline; }
a:link 	  {color:black;}
a:visited {color:blue;}
:active	  {border: none; outline: none;}
:focus	  {border: none; outline: none;}

.bmcTitle {
   margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: -10px; 
   font-size: 12px; line-height: 14px; font-weight: bold;
   color: #324B64;
}
.bmcBodyCopy {
   margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; 
   font-size: 12px; line-height: 14px; font-weight: normal;
   color: black;
}
.bmcBlackHeader {
   margin-left: 20px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px; 
   font-size: 14px; line-height: 20px; font-weight: bold; text-align: center;
   color: black;
}
.bmcRedHeader {
   margin-left: 20px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px; 
   font-size: 14px; line-height: 20px; font-weight: bold; text-align: center;
   color: red;
}
.bmcfooterMenu {
   padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 10px; 
   font-size: 11px; font-weight: normal; text-align: center;
   color: black;
}

.sideMenu {
  background-color: #ddd5cf; color: black; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10px; font-weight:normal; text-align: left;
  height: 50px; padding-left:20px;
  border: 2px solid white;
}
.sideMenuOver {
  background-color: #F1EEEB; color: #000000; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10px; font-weight:normal;  text-align: left;
  height: 50px; padding-left:20px;
  border: 2px solid #FFFFFF;
}
.sideMenu a {  
  text-decoration:none;
}

.darkBlueCell { 
  padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;
  background-color: #39104A; color: white;
}

.darkBlueCell h1 {
  font-size: 12px; line-height: 20px; font-weight: bold;
  color: white;  margin: 0;
}

.darkBlueCell h2 {
  font-size: 11px; line-height: 14px; font-weight: normal;
  letter-spacing: 0.1em; color: #ddd; margin: 0;
}
.lightPurpleCell {
  padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;
  background-color: #858599; color: white;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.footer a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
