body, table, td {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Bitstream Vera Sans, Sans-Serif, Helvetica, Arial, Verdana;
  font-size: 13px;
  color: #121f38;
  border-style: none;
  border-width: 0px;
}

body {
  overflow: -moz-scrollbars-vertical;
  overflow : auto;
  overflow-y: scroll;
  overflow-x : hidden;
}

table.main {
  height: 100%;
}

td.top_frame {
  height: 100px;
  background-image: url(../images/top_frame.gif);
  background-position: top-left;
  background-repeat: repeat-x;
}

td.logo_top_back {
  background-color: #113c82;
  background-image: url(../images/logo_top_back.gif);
  background-position: top-left;
  background-repeat: no-repeat;
}

td.top_bg {
  background-color: #043664;
}

td.top_images {
  background-color: #113c82;
  background-image: url(../images/logo_top_back.gif);
  background-position: top-left;
  background-repeat: no-repeat;
}

td.menubg {
  width: 100%;
  background-color: #043664;
  background-image: url(../images/menubg.gif);
  background-position: top-left;
  background-repeat: repeat-x;
}

td.leftside {
  background-image: url(../images/aem_side.gif);
  background-position: top-left;
  background-repeat: no-repeat;
}

td.rightside {
}

td.content {
  border-style: solid;
  border-width: 1px;
  border-top-style: none;
  border-style: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  text-align: left;
  vertical-align: top;
  height: 100%;
  background-color: #ffffff;
  border-color: #525f78;
}

td.top {
  border-style: none; 
  border-width: 0px;
  padding-top: 0px;
  background-image: url(../images/tilesbg.gif);
  background-position: top-left;
  background-repeat: repeat-x;
}

td.title {
  background-color: #113c82;
  border-style: none;
  border-width: 1px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-color: #525f78;
  background-image: url(../images/topbg.gif);
  background-position: bottom-left;
  background-repeat: repeat-x;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
}

td.bottom {
  background-color: #113c82;
  border-style: none;
  border-width: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #000000;
  color: #ffffff;
}

table.list {
  border-width: 1px;
  border-color: #abafd4;
  border-style: solid;
  border-bottom-style: none;
  padding: 0px;
}

td.list_left {
  background-color: #f4f2f4;
  padding: 3px;
  border-width: 1px;
  border-color: #abafd4;
  border-style: none;
  border-bottom-style: solid;
  border-right-style: solid;
}

td.list_right {
  padding: 3px;
  padding-left: 20px;
  border-width: 1px;
  border-color: #abafd4;
  border-style: none;
  border-bottom-style: solid;
}


table.clients_list {
  padding: 0px;
  width: 620px;
}

td.clients_list_left {
  padding: 3px;
  border-width: 1px;
  border-color: #abafd4;
  border-style: none;
  border-bottom-style: dashed;
  width: 270px;
}

td.clients_list_right {
  padding: 3px;
  padding-left: 30px;
  border-width: 1px;
  border-color: #abafd4;
  border-style: none;
  border-bottom-style: dashed;
  width: 380px;
}

a {
  color: #252f86;
  font-weight:bold;
  text-decoration: none;
}

a:hover {
  color: #990000; 
} 
 
a:active {
  color: #6e5c44; 
}  

a.copy {
  color: #acbad4;
  font-weight:bold;
  text-decoration: none;
}

a.copy:hover {
  color: #043664; 
} 
 
h1 {
  margin: 0px;
  font-size: 20px;
  color: #425984;
  font-weight:bold;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #283557;
  font-weight:bold;
  padding-bottom: 2px;

  border-width: 1px;
  border-color: #abafd4;
  border-style: none;
  border-bottom-style: dashed;
  width: 300px;
}

p {
  margin-top: 3px;
}

small {
  font-size: 10px;
}

#content {
  height: 99%;
  border-color: #525f78;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}

#underline {
  border-width: 1px;
  border-color: #445a84;
  border-style: none;
  border-bottom-style: solid;
}

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 20em;  background-color: #f4f4e1;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/corner-bottom-left.gif) 0 100% no-repeat}
.br {background: url(../images/corner-bottom-right.gif) 100% 100% no-repeat}
.tl {background: url(../images/corner-top-left.gif) 0 0 no-repeat}
.tr {background: url(../images/corner-top-right.gif) 100% 0 no-repeat; padding:10px}

