html { min-width: 600px; }

body, div, td { /* redundant rules for bad browsers  */  
    font-family: Arial,verdana,sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 8pt;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

p.note {
	padding: 4px;
	font-size: 8pt;
	line-height: 1.5em;
	margin-top: 5px;
}

input.menuLink {
   border: 1px solid #7F97B2;
   font-size: 8pt;
   cursor: pointer;
   cursor: hand;
   float:left;
   
   padding: 2px 3px 3px;
   text-decoration:none;
   background: #E8ECF1;
   margin: 1px 0 0 6px;
   color: #003066}
input.menuLink:visited {background: #FFFFFF;border-bottom: none;}
input.menuLink:hover {background: #FFFFFF;border-bottom: none;}
input.menuLink:active {background: #FFFFFF;border-bottom: none;}
input.menuLink:focus {background: #FFFFFF;border-bottom: none;}

input.menuMDLink {
   border: 1px solid #7F97B2;
   font-size: 8pt;
   cursor: pointer;
   cursor: hand;
   float:left;
   
   padding: 2px 3px 3px;
   text-decoration:none;
   background-color: #D18150;
   margin: 1px 0 0 6px;
   color: #003066}
input.menuMDLink:visited {background: #FFFFFF;border-bottom: none;color:#D18150;}
input.menuMDLink:hover {background: #FFFFFF;border-bottom: none;color:#D18150;}
input.menuMDLink:active {background: #FFFFFF;border-bottom: none;color:#D18150;}
input.menuMDLink:focus {background: #FFFFFF;border-bottom: none;color:#D18150;}

input.M2D {
   background-image: url(../images/lock.gif);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   padding-left: 10px;
   *padding-left: 1%;
}

input.M2D:visited {
   background-image: url(../images/lock.gif);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   padding-left: 10px;
   *padding-left: 1%;
}

input.M2D:hover {
   background-image: url(../images/lock.gif);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   padding-left: 10px;
   *padding-left: 1%;
}

input.M2D:active {
   background-image: url(../images/lock.gif);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   padding-left: 10px;
   *padding-left: 1%;
}

input.M2D:focus {
   background-image: url(../images/lock.gif);
   background-repeat: no-repeat;
   background-position: 2px 3px;
   padding-left: 10px;
   *padding-left: 1%;
}