/**
 * Basic
 */
body {
  font-size: 13px;
  font-family: Tahoma;
  line-height: 17px;
  color: #323d41;
}

table, td, th {
  /*border: 1px dotted #0F0; TEST*/
  font-family: Tahoma;
  font-size: 13px;
  line-height: 17px;
  color: #323d41;
  vertical-align: top;
}

img, a img {
  border: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Tahoma;
}

h1 {
  font-weight: lighter;
  font-size: 28px;
  line-height: 34px;
}

h2 {
  font-size: 24px;
  line-height: 130%;
}

h3 {
  font-size: 16px;
  vertical-align: top;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul,quote,code,fieldset {
  margin: .5em .5em;
}

p {
  margin: 7px 0 14px;
  padding: 0;
}

a:link,a:visited {
  color: #0096bc;
  text-decoration: underline;
}

a:hover {
  color: #008DC8;
  text-decoration: none;
}

a:active,a.active {
  color: #4d6065;
}

hr {
  clear: both;
  margin: 0px 0px;
  padding: 0;
  border: none;
  height: 1px;
  background: #AAA;
}

ul {
  margin: 0.5em 0 2em 2em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
  
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

.t-blocks h3 {
  margin: 5px 0 0 0;
}

/**/
.m-menu a:link, .m-menu a:visited {
  font-family: Verdana;
  font-size: 14px;
  display:block;
  padding: 0.5em 0 0.5em 1em;
  color: #008DC8;
  text-decoration: underline;
}

.m-menu a:hover {
  padding: 0.5em 0 0.5em 1em;
  color: #008DC8;
  text-decoration: none;
  background: url(../images/m.menu.pointer.png) no-repeat left center;
}

.m-menu a:active,.m-menu a.active {
  color: #008DC8;
}
.t-menu a, .t-menu a:link, .t-menu a:active, .t-menu a:visited { 
  line-height: 1.5em;
  text-decoration: underline; 
}
.t-menu a:hover {text-decoration: none;color: #323d41;}
.b * { color: #4d6065; }
.b-cubic p {  margin: 2px 0 3px 5px;}
.b-copyright p {  margin: 3px 0 2px 5px;}


