body { margin:25px; }
body,table {
  font-family:verdana,sans-serif;
  font-size:12px;
  color:#67676B;
}

h1 { font-size:14px; color:#000; }
h2 { font-size:14px; color:#67676B; }
h3 { font-size:12px; color:#000; }
h4 { font-size:12px; color:#67676B; }
h5 { font-size:12px; color:#000; }
h6 { font-size:12px; color:#67676B; }

a { color:#3853A3; text-decoration:none; }
a { color:#3853A3; text-decoration:underline; }

hr { border:none; heigt:2px; color:#3853A3; background:#3853A3; }

table#container {
  border:solid #3853A3 25px;
}

table#topNavig td {
  color:#fff;
  padding:0px 1em;
}
table#topNavig td.A0S0 {
  background:#5773BA;
}
table#topNavig td.A0S1, table#topNavig td.A1S0 {
  background:#3853A3;
}
table#topNavig a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
table#topNavig a:hover {
  color:#D1DFFA;
  text-decoration:none;
  font-weight:bold;
}

table#leftNavig { background:#D1DFFA; margin-bottom:25px; }
table#leftNavig td {
  height:25px;
  padding:0px 13px;
  text-align:right;
  border-bottom:solid #fff 1px;
  background:url(../assets/images/nvbg.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
}
table#leftNavig td.A0 {
  background-position:0px 50px;
}
table#leftNavig td.A1 {
  background-position:0px 0px;
}
table#leftNavig td a {
  text-decoration:none;
  font-weight:bold;
}
table#leftNavig td.A1 a {
  color:#2A2A2A;
}

table.jiggy {
  background:#D1DFFA;
  color:#2A2A2A;
  font-size:11px;
}
table.jiggy th {
  background:#C5D6F9;
  padding:0px 13px;
  height:25px;
  text-align:left;
  font-size:13px;
}
table.jiggy td {
  padding:13px;
}

div#copyright {
  font-size:10px;
}
div#copyright a {
  color:#67676B;
  text-decoration:none;
}
div#copyright a:hover {
  color:#67676B;
  text-decoration:underline;
}

.small {
  font-size:0.8em;
}