/*----------------------------------------------
 |  base.css |
 |-----------
 |  Basic elements (body,a,img,hr...)
 *---------------------------------------------*/
body {
  background-color: #ffffff;  
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  color: #454545;
}

a.imagelink:link, a.imagelink:active, a.imagelink:visited {
  text-decoration: none;
  border-bottom: 0px;
}

a.active:link, a.active:active, a.active:visited {
  text-decoration: none;
  border-bottom: 0px;
  color:#fe7100;
  font-weight:bold;
  font-size:13px;
  line-height:21px;
}

a.active2:link, a.active2:active, a.active2:visited {
  text-decoration: none;
  border-bottom: 0px;
  color:#fe7100;
}

a.imagelink:hover {
  text-decoration: none;
  border-bottom: 0px;
}


a:link, a:active, a:visited {
  color: #626364;
  text-decoration: none;
}

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

a.noborder {
  border: none;
}

div#footer-c a:link, a:active, a:visited {
  text-decoration: none;
  border-bottom: 0px;
  color:#6c6c6c;
}

hr {
  border: 1px dashed #EEEEEE;
  height: 1px;
}

img {
  border: none;
  margin:0;
  padding:0;
}

img.left {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}


img.center {
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
}
