body {
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* MENU ITEMS */
tr.menu_link_main {
  background: #42b649;
  font-weight: bold;   
  font-size: 11px;
}

tr.menu_link_main td a {
  color: #ffffff;
  text-decoration: none;  
}

tr.menu_link_main td {
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}

tr.menu_link_main td a:hover {
  color: #ffffff;
  text-decoration: underline;
}


tr.menu_main_item td {
  background: #989DA5;
  color: #FFFFFF;  
  font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 2px;  
  padding-top: 2px;
}

tr.menu_sub_item {
  background: #ECECEC;   
  font-size: 11px;  
}

tr.menu_sub_item td a {
  color: #778087;
  text-decoration: none;  
}

tr.menu_sub_item td {
  padding-left: 10px;  
  padding-bottom: 2px;  
  padding-top: 2px;
}

tr.menu_sub_item td A:hover {
  color: #666666;
  text-decoration: underline;
}

td.menu_column {
  background: #ECECEC;
}



/* content */
.static_pages {
  font-size: 11px;
}


/* NEWS MODULE CSS */
.news_article_section {
  font-weight: bold;  
}

.news_article_section_description {
  font-size: 11px;
}

.news_article_section_title {
  font-size: 14px;
  font-weight: bold;
}

.news_article_section_date {
  font-size: 11px;
  color: #666666;
}
.news_article_section_ingress {
  font-size: 11px;
}

.news_article_section_ingress_full {
  font-weight: bold;
  font-size: 12px; 
}

.news_article_section_body_full {
  font-size: 11px;
}

.news_article_section_link,.news_article_section_link_full {
  font-size: 11px;
}

.news_article_section_hr {
  border: solid;
  border-bottom-width: 1px;
  border-color: #000000;
}





/* Projects module css */
.project_section_heading {
  font-size: 20px;
  font-weight: bold;
}

.project_section_ingress {
  font-size: 11px;
}

.project_section_ingress_link {
  font-size: 11px;
}

.project_section_date {
  font-size: 11px;
  color: #666666;
}

.project_section_title {
  font-size: 14px;
  font-weight: bold;
}

.project_nav {
  font-size: 11px;
}

.full_project_ingress {
  font-size: 11px;
  font-weight: bold; 
}

.full_project_body {
  font-size: 11px;
}

.full_project_title {
  font-size: 20px;
}

.full_project_date {
  font-size: 11px;
  color: #666666;
}

.full_project_back {
  font-size: 11px;
}

.project_full_img_desc {
  font-size: 11px;
  font-weight: bold;
}


/* LINKS COLLECTION MODULE */
.link_section_title {
  font-size: 12px;
  font-weight: bold; 
}

.link_section_description {
  font-size: 11px;
}

.link_section_links_name {
  font-size: 12px;
  font-weight: bold; 
}

.link_section_links_description {
  font-size: 11px;
}

.link_section_links_hits {
  font-size: 11px;
  font-weight: bold; 
}
.link_section_link_back {
  font-size: 11px;
}

/* LINKS COLLECTION */
.links_title {
  font-size: 14px;
  font-weight: bold;
}



