BODY {
   font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size:12px;
   background-color: #e6ecea;
   text-align: center;
}
.global {
   min-width: 760px;
   max-width: 984px;
   width:expression(document.body.clientWidth < 760? "760px" : document.body.clientWidth > 984? "984px" : "auto");
   margin: 0 auto;
   align: center;
   background-color: white;
   border: 1px solid #999999;
   /*hack for IE*/
   text-align: left;
}
table {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size:12px;
}
.body {
   padding: 10px 10px 25px 10px;
}
.linkpanel {
   border: 1px solid #000000;
   border-left: 0px;
   border-right: 0px;
   background-color: #eeeeee;
}
.emph {
   font-weight:bold;
   font-size:14px;
   margin:0em
}
.emph2 {
   font-weight:bold;
   font-size:12px;
   margin:0em
}
.SubText {
   font-size:12px;
}
.MainTitle {
   font-weight:bold;
   font-size:22px;
   color: #333333;
   margin:0em
}
.PageTitle {
   font-weight:bold;
   font-size:16px;
   color: #999999;
   margin:0em
}
h2 {
   font-weight:bold;
   font-size:16px;
   margin:0em
}
.SubTitle {
   font-weight:bold;
   font-size:10px;
   color: #333333;
   margin:0em
}
.button-div {
   background-color: #eeeeee;
   border: 1px solid #000000;
/*
   border-right: 2px outset #999999;
   border-bottom: 2px outset #999999;
*/
   text-align: center;
   width: 180px;
}
.button {
   color: black;
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   cursor: pointer;
   display: block;
}
.border {
  border-top: 1px solid #000000;
}
P.Disclaimer {
   font-size:10px;
}
.button-div a:hover { 
   color:white;
   background-color: black;
}
A:hover { color:#DD4400 }
