/* Makes ALL images have no border */
img {
	border:0;
}

.breadcrumbs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

.breadcrumbs a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.breadcrumbs a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

/*NEWSLETTER*/
.newsletter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
  padding: 5px;
  size: 10;
}

input.newsletter_form {
 font-size: 10px;
 color: #856548;
 background-color: #000000;
}

/*NEWS CATEGORIES - right menu for browsing news*/
.news_cat_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #333333;
  padding: 0px 5px 5px 5px;
}

.news_cat_1 a {
  color: #333333;
  text-decoration: none;
}

.news_cat_1 a:hover {
  color: #0099ff;
}

.news_cat_1 a.currentpage {
  color: #0099ff;
}

.news_cat_1 li {
  list-style: none;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
  display: block;
}

.news_cat_1 ul {
  font-weight: normal;
  width: 100%;
  border-bottom: 0px dotted #000000;
  display: block;
}

/*Level 2 of the news category menu*/
.news_cat_2 li {
  list-style: none;
  width: 100%;
  border-bottom: none;
  padding: 0px 0px 0px 10px;
  display: block;
}


/* FOOTER */
.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.footer a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}