
TABLE.Articles
  {
  width: 100%;
  height: 350px;
}

TABLE.Articles TD.Articles_Title
  {
  text-align: left;  
  font-weight: bold; 
  padding-bottom: 15px;
  height: 30px;
  color: #555555;    
}

TABLE.Articles TD.Articles_Data
  {
  text-align: right;  
  font-weight: bold; 
  padding-bottom: 15px;
  height: 30px;  
}

TABLE.Articles TD.Articles_Body
  {
  color: #666666; 
  font-size: 11px; 
  font-weight: normal; 
  text-align: left; 
  vertical-align: top; 
  line-height: 170%; 
}    

TABLE.Articles TD.Articles_Footer
  {
  text-align: right; 
  padding-top: 20px;
  height: 20px;
}

TABLE.Articles TABLE.Articles_Footer2
  {
  width: 100%;
  height: 20px;  
}

TABLE.Articles TABLE.Articles_Footer2 TD.Articles_Footer2_Top
  {
  text-align: left; 
  width: 200px; 
  padding-top: 30px;
  padding-bottom: 30px;
}

TABLE.Articles TABLE.Articles_Footer2 TD.Articles_Footer2_Adobe
  {
  text-align: right; 
  vertical-align: bottom; 
}                        

TABLE.Articles TD.Articles_Up
  {
  text-align: left;
  vertical-align: bottom; 
  padding-top: 20px;
  height: 20px;
}

TABLE.Articles A.ArtNavLink
  {
  color: #1f446d; 
  font-size: 10px;
  text-decoration: none;
  background-color: inherit;
  padding-top: 2px;
  padding-bottom: 3px;    
  padding-left: 6px;
  padding-right: 6px;
  border: 1px dashed transparent;      
}

TABLE.Articles A.ArtNavLink:hover
  {
  color: #0000ff;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;        
  background-color: #b6b6b6;
  color: #ffffff;    
}

TABLE.Articles SPAN.ArtNavAktStr
  {
  color: #005fbb; 
  font-weight: bold; 
  font-size: 11px;
  background-color: inherit;  
}

TABLE.Articles SPAN.ArtNavSep
  {
  color: #888888;
  font-size: 10px; 
  background-color: inherit;  
} 

TABLE.Articles A.ArtLinkMore
  {
  color: #265588; 
  font-size: 10px;
  text-decoration: none;
  background-color: inherit;  
}

TABLE.Articles A.ArtLinkMore:hover
  {
  color: #0000ff;
  text-decoration: underline;
  background-color: inherit;    
}


TABLE.Articles  UL
  { 
  padding: 0px; 
  margin: 5px; 
  margin-left: 0px; 
}

TABLE.Articles  Li 
  { 
  margin-bottom: 7px;
}    
  