/* $RCSfile: faq-small.css,v $ */
/* CVS $Revision: 1.1.1.1 $ */

/**************************************************************************************************/
/*                                                                                                */
/*  ONLY FONT-SIZE (and potentially some other sizing elements) SHOULD BE OVERRIDEN IN THIS FILE  */
/*  All other elements should be placed in the primary style sheet.                               */
/*                                                                                                */
/*  Font sizes in this file should be .75 times the size of the style in the medium style sheet   */
/*                                                                                                */
/**************************************************************************************************/

@import url("faq.css");

div.faqAnswer
{
    font-size: 8pt;
}

p.faqQuestionLink
{
    font-size: 8pt;
}

p.faqQuestionSection
{
    font-size: 9pt;
}