/*CSS files for the articles Display*/


.articleTableBorder {
border:none;
}
.articleTable {
background-color: #000;
border: none;

}
.articleMenuTableBorder {
border:1px #000;
}
.articleMenuTable {
background-color: #000;
border: none;
text-align: center;

}
.articleMenuHeader {
text-align: center;
font-size: 1.5em;
border: none;
}
.articleTitle{
 font-family: Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#464630;
 font-style:none;
 margin:0px;
 padding:0px;
 font-weight: bold;
 }
 .articleTitle a {
 font-family: Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#646430;
 font-style:none;
 margin:0px;
 padding:0px;
 text-decoration: none;
 }
  .articleTitle a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#646430;
 font-style:none;
 margin:0px;
 padding:0px;
  text-decoration: none;
 }
  .articleTitle a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size:18px;
 color:#464630;
 font-style:none;
 margin:0px;
 padding:0px;
  text-decoration: underline;
 }
 .articleAuthor {
 font-size:0.9em;
 color: #333333;
 font-weight: bold;
 padding-bottom: 2px;
 }
 .articlePosted {
 font-size: 0.8em;
 font-style:italic;
 }
 .articleTeaser {
 font-style: italic;
 font-size: 1.0em;
 font-family:Arial, Helvetica, sans-serif;
 color: #222222;
 }
 #articleClick a{
 font-size: 0.8em;
 color: #990000;
 }
 .articleBody {
 font-size: 0.9em;
 color: #333333;
 }