body {
   padding: 0px;
   margin: 0px;
   width:100%;
   height:100%;
   font-family: /*"Trebuchet MS", */arial, sans-serif;
}
h1 {
   font-size:20px;
   margin-top:20;
   margin-bottom:20;
}
h2 {
   font-size:18px;
   color:#21839e;
   margin-top:20;
   margin-bottom:20;
   font-weight:normal;
}
h3 {
   font-size:18px;
   color:#000;
   font-weight:normal;
}
a {
   color:#6880a2;
}
a:hover {
   color:#000000;
}
img {
   border:0;
}
table {
   padding:0;
   border-collapse:collapse;
   border:0;
}
td, th {
   font-size:13px;
   padding:0;
   margin:0;
   color:#333;
}
.c {
   margin-bottom:2;
   padding-bottom:0;
}
.active, .active:hover {
   text-decoration:none;
   color:#000000;
}
.toolbar {
   height:32;
   background:#3174a0 url("images/toolbar.gif") repeat-x;
}
.button, .buttonMo, .buttonA, .buttonAMo {
   height:32;
   background:#3174a0 url("images/toolbar.gif") repeat-x;
   text-align:center;
   vertical-align:center;
   padding:0 20 2 20;
   border-left:#fff 1px dotted;
   cursor:pointer;
}
.b {
   height:32;
   background:#3174a0 url("images/toolbar.gif") repeat-x;
   border-left:#fff 1px dotted;
}
.buttonMo {
   background:#3a8ab1 url("images/toolbar-mo.gif") repeat-x;
}
.buttonA {
   background:#04446f url("images/toolbar-a.gif") repeat-x;
}
.buttonAMo {
   background:#175984 url("images/toolbar-a-mo.gif") repeat-x;
}
.button a, .buttonMo a, .buttonA a, .buttonAMo a {
   color:#fff;
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
}
.button a:hover, .buttonMo a:hover, .buttonA a:hover, .buttonAMo a:hover {
   color:#fff;
}
.shadow {
   height:3;
   background:#d9d9d9 url("images/toolbar-s.gif") repeat-x;
}
.footer {
   color:#999;
}
.footer a {
   color:#000;
   text-decoration:none;
}
.info {
   font-family: "Trebuchet MS", arial, sans-serif;
   font-size:12px;
   color:#777;
   font-style:italic;
   width:190;
   margin-left:20px;
   padding-bottom:10px;
}
.info a {
   text-decoration:none;
   /*background:#fff url("images/info-dots.gif") repeat-x;*/
   border-bottom:#6880a2 1px dashed;
}
.info a:hover {
   text-decoration:none;
   /*background:#fff url("images/info-dots.gif") repeat-x;*/
   border-bottom:#000 1px dashed;
}