/**********************************************************************************************************************
* #Stories Style
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Marnie Wood                		2008-02-08               Created this style.
**********************************************************************************************************************/
#Stories
{  
  font-family: Tahoma;
  font-size: 11pt;
}
#Stories #MainContainer
{
  padding: 8px 0px 0px 0px;
  width:100%;
}

#Stories .Teaser
{   
  /* To hide the teaser regardless of the item, set the display attribute to none. To allow teasers to be shown, set
  the display attribute to block or another value. */
  display: block;
  color: black;
  font-style: normal;
  text-decoration: none; 
  font-size: 10pt; 
  padding: 5px 0px 5px 0px;   
}

/**********************************************************************************************************************
* #Stories .SingleImage
*
* This template displays a single image.
*
* MODIFICATION HISTORY
*
* MODIFIED BY                   DATE (YYYY-MM-DD)        DESCRIPTION
* ----------------------------- ------------------------ --------------------------------------------------------------
* Andrew McKendrick             2006-10-26               Created this style.
**********************************************************************************************************************/
#Stories .SingleImage
{  
  /* The image appears in the center of the page above the text. */
  text-align: center;
  width: 100%;
}
