

body {
   overflow: -moz-scrollbars-vertical;
   background: #fff;
   color: #282828;
   font: 12px tahoma, arial, helvetica, sans-serif;
   margin: 40px 0 0;
   padding: 0;
   text-align: center;
}

#container {
   width: 640px;
   text-align: left;
   margin: 0 auto;
}

table.commonMenu {
   width: 100%;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 5px;
}

img.topLogo {
   vertical-align: bottom;
   width: 140px;
   height: 40px;
   margin-bottom: 5px;
}

img.rootLink {
   width: 640px;
   height: 304px;
}

img.rootExLink {
   width: 640px;
   height: 64px;
   border-top: 1px solid #CCCCCC;
}

table.Account {
   background-color: #C2F3F3;
   border-bottom: 1px solid #CCCCCC;
   font: 10px tahoma, arial, helvetica, sans-serif;
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 10px;
   padding-right: 10px;
   width: 100%;
   color: #7C7C7C;
}

a.Account:link,
a.Account:visited {
   font: 10px tahoma, arial, helvetica, sans-serif;
   color: #7C7C7C;
   text-decoration: none;
   vertical-align: bottom;
}

a.Account:hover {
   color: #7C7C7C;
   text-decoration: underline;
}

a.topMenu:link,
a.topMenu:visited {
   font: 12px tahoma, arial, helvetica, sans-serif;
   color: #7C7C7C;
   text-decoration: none;
   vertical-align: bottom;
   margin-left: 15px;
}

a.topMenu:hover {
   color: #3FB9E6;
}

#Footer {
   // margin-top: -2px;
   font: 11px tahoma, arial, helvetica, sans-serif;
   color: #7C7C7C;
   border-top: 1px solid #CCCCCC;
   height: 32px;
   padding-top: 5px;
   text-align: right;
}

td.Footer {
   font: 11px tahoma, arial, helvetica, sans-serif;
   color: #7C7C7C;
}

a.Footer:link,
a.Footer:visited {
   font: 11px tahoma, arial, helvetica, sans-serif;
   color: #7C7C7C;
   text-decoration: none;
   vertical-align: bottom;
   margin-left: 10px;
}

a.Footer:hover {
   color: red;
   text-decoration: underline;
}
