
/* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */

body 
{
font: 12px/1.5 Arial, Geneva, Helvetica, sans-serif;
background-color:#FFFFFF;
}

/* ====================================================================
No Drop Shadow
-------------------------------------------------------------------- */

div.Article 
{
  font: 12px/1.5 Arial, Geneva, Helvetica, sans-serif;
  background: #ffffff;
  border:none;
  position:relative;
} 
  
div.Article h3 
{
  font-size:2.5em;
  padding:15px;
}
  
div.ArticleBody 
{
  padding:15px;
  margin:0;
  margin-top:-1.7em;
}

div.ArticleBody p 
{
  padding:3px;
  margin: 0 0 0 0;
  text-align:center;
}  

div.ArticleFooter { }
  
div.ArticleFooter p 
{
  padding-bottom: 25px;
  margin: -1em 0 1em 0;
  text-align:center;
}

/* ====================================================================
Drop Shadow
-------------------------------------------------------------------- */

div.HeaderArticle 
{
  font: 12px/1.5 Arial, Geneva, Helvetica, sans-serif;
  background: #ffffff;
  border:none;
  position:relative;
} 
  
div.HeaderArticle h3 
{
  font-size:2.5em;
  padding:15px;
}
  
div.HeaderArticleBody 
{
  padding:15px;
  margin:0;
  margin-top:-1.7em;
}

div.HeaderArticleBody p 
{
  padding:3px;
  margin: 0 0 0 0;
  text-align:center;
}  

div.HeaderArticleFooter { }
  
div.HeaderArticleFooter p 
{
  padding-bottom: 25px;
  margin: -1em 0 1em 0;
  text-align:center;
}