.module_followin {
  width: 632px;
  background-color: #B02E3A;
  border: 1px solid #1B3D63;
  margin-bottom: 5px;
}

.module_followin h2 {
  text-align: center;
  padding: 5px 0px;
  background-image: url('./../images/images/followin_spacer.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}

.module_followin .module_followin_content {
  text-align: justify;
  padding: 10px;
  font-size: 10pt;
  color: #000;
}

.module_followin .module_followin_content p {
  padding-bottom: 10px;
}

.module_followin .module_followin_content ul {
  list-style-type: square;
  padding: 5px 5px 5px 20px;
}

.module_followin .module_followin_content a:link,
.module_followin .module_followin_content a:active,
.module_followin .module_followin_content a:visited {
  color: #000;
  text-decoration: none;
}
.module_followin .module_followin_content a:hover {
  color: #000;
  text-decoration: underline;
}



/* NEWS */ 

#module_news {
  width: 632px;
  background-color: #B02E3A;
  border: 1px solid #783131;
  margin-bottom: 5px;
}

#module_news h2 {
  text-align: center;
  padding: 5px 0px;
  background-image: url('./../images/images/followin_spacer.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}

ul#module_news_list {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin: 0px;
}

li.module_news_list_item {
  list-style-type: none;
  margin: 0px;
  padding: 0px 3px 4px 3px ;
}

.module_news_item_title {
  float: left;
  width: 140px;
  text-align: left;
  padding: 5px;
}
.module_news_item_content {
  float: right;
  width: 450px;
  text-align: justify;
  padding: 5px;
}

.module_news_item_title a:link,
.module_news_item_title a:active,
.module_news_item_title a:visited {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.module_news_item_title a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.module_news_item_title img {
  margin: 0px 5px 0px 0px ;
}

.module_news_item_A {
  background-color: #C7CBCF;
}

.module_news_item_B {
  background-color: #8E9193;
}

/* ARTICLES */

#module_articles {
  background-color: #C7CBCF;
  border: 1px solid #414141;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 632px;
}
#module_articles h2 {
  text-align: center;
  padding: 5px 0px;
  background-image: url('./../images/images/main_articles_spacer.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}

ul#module_list_content {
  list-style-type: none;
  list-style-position: inside;
  padding: 10px 0px;
}
ul#module_list_content li.module_list_item {
  float: left;
  width: 136px;
  background-color: #626363;
  margin: 0px 0px 0px 13px;
  padding: 0px;
}

.module_list_item_image {
  text-align: center;
  padding: 6px 0px 0px 0px;
}
.module_list_item_title {
  text-align: center;
  padding: 5px 0px;
}
.module_list_item_footer {
  padding: 0px;
  margin: 0px;
  font-size: 1px;
  background-color: #C7CBCF;
}

.module_list_item_title a:link,
.module_list_item_title a:active,
.module_list_item_title a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase ;
}
.module_list_item_title a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase ;
}
.module_list_item_content {
  padding: 0px 10px;
  color: #FFF;
  min-height: 100px;
  font-size: 8pt;
  text-align: justify;
}

.module_image {
  border: 1px solid #4B4E51;
}

