.module {
  background-color: Transparent;
  margin-bottom: 1em;
  margin-top: 2em;
}
.module_Default {
  width: 800px;
}
.module_MyAccount {
  width: 645px;
}
.module_HomePage {
  width: 450px;
}
.module_Small {
  width: 230px;
}
.module_AccountInfo {
  width: 430px;
}
.module_header {
  height: 2.4em;
  text-align: left;
}
.module_title {
  margin: 0;
}
.module_title_text {
  color: #fff;
  filter:Shadow(Strength=4, Color=Navy);
  text-transform:uppercase;
}
.module_icon {
  position: absolute;
  z-index: 100;
}
.module_icon_Default {
  margin-left: 650px;
  margin-top: -100px; 
}
.module_icon_HomePage {
  margin-left: 300px;
  margin-top: -100px; 
}
.module_icon_Small {
  margin-left: 160px;
  margin-top: -80px;
}
.module_icon_Fluid {
  margin-left: -135px;
  margin-top: -100px;
}
.module_icon_padding1 {
  clear: right;
  float: right;
  height: 25px;
  width: 100px;
}
.module_icon_padding2 {
  clear: right;
  float: right;
  height: 25px;
  width: 75px;
}
.module_content {
  padding: 0 1em;
}
.module_footer_group1 {
  display: inline;
  float: left;
}
.module_footer_group2 {
  display: inline;
  float: right;
}
.top {background: url('images/outer_top.gif') top repeat-x; width:100%; height:16px; }
.bottom {background: url('images/outer_bottom.gif') repeat-x; height:16px;   }
.left {background: url('images/outer_left.gif') left repeat-y; width:16px; }
.right {background: url('images/outer_right.gif') right repeat-y; width:16px;}
.bottom_left {background: url('images/outer_corner_bl.gif') bottom left no-repeat; height:16px; width:15px; }
.bottom_right {background: url('images/outer_corner_br.gif') bottom right no-repeat; height:16px; width:16px; }
.top_left {background: url('images/outer_corner_tl.gif') top left no-repeat; height:16px; width:16px; }
.top_right {background: url('images/outer_corner_tr.gif') top right no-repeat; height:16px; width:16px; } 
.middle{background: url('images/outer_bg.gif') repeat; height:16px;  } 
.left01 {background: url('images/outer_left.gif') left repeat-y; width:3px; }
.right01{background: url('images/outer_right.gif') right repeat-y; width:3px; }
.wtop {background: url('images/white/top.png') top repeat-x; height:16px; width:100%; }
.wbottom {background: url('images/white/bottom.png') bottom repeat-x; height:16px; width:16px; }
.wleft {background: url('images/white/left.png') left repeat-y; height:16px; width:16px;}
.wright {background: url('images/white/right.png') right repeat-y; height:16px; width:16px; }
.wbottom_left {background: url('images/white/bottom_left.png') bottom left no-repeat; height:16px; width:16px; }
.wbottom_right {background: url('images/white/bottom_right.png') bottom right no-repeat; height:16px; width:16px; }
.wtop_left {background: url('images/white/top_left.png') top left no-repeat; height:16px; width:16px; }
.wtop_right {background: url('images/white/top_right.png') top right no-repeat; height:16px; width:16px; } 
.wmiddle{ background-color:#fff;}
.leftButtonEdge {background: url('images/button_edge_left.gif') no-repeat; height:25px; width:15px; padding: 0; margin: 0;}
.buttonCenter {background: url('images/button_bg.gif') repeat-x;height:25px; width:5px;padding: 0; margin: 0; white-space: nowrap;}
.rightButtonEdge {background: url('images/button_edge_right.gif') no-repeat; height:25px; width:15px;padding: 0; margin: 0;}
.buttonCenterHomePage {background: url('images/button_bg.gif') repeat-x;height:25px; width:70px;padding: 0; margin: 0; white-space: nowrap; text-align:center;}
a.linkText:link,a.linkText:visited,a.linkText:hover,a.linkText:active { font-size: 10px; font-weight: bold; color: #ffffff; vertical-align: middle; white-space: nowrap; text-decoration: none; text-align:center; }