/***********************************************************************
************************************************************************
**
**  faq.css
**
**  css file for the faq pages
**  created: 24/09/07
**
************************************************************************
***********************************************************************/

/***********************************************************************
************************************************************************
**
**  Page wide css settings
**  
************************************************************************
***********************************************************************/

/* the main table which contains the entire faq page
   change here to change the width of all text on the faq page
   that is all that is needed to be changed here */

#mainfaqTable
{
	width: 95%; 
	margin-left: auto; 
	margin-right: auto;
	font-family: "Geneva";
	font-size: 12pt;
}

/* the top header for the faq page */

.mainHeader
{	
	text-align: center;
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 35pt;
}


/* css for the table of contents */

.contents
{
	text-align: left;
	font-family: "Geneva";
	font-size: 15pt;
	color: black;
    font-weight: bold;
}



.contents a:visited, .contents a:link
{
    text-decoration: none;
}

.contents a:hover, .contents a:active 
{
    text-decoration: underline;
}

/* for each section, ex: alignment, summary etc
   use this span to make bold */

.faqSection
{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	font-family: "helvetica";
}

/* within each section, use this span for any headings */

.faqHeader
{
	font-weight: bold;
	font-size: 18px;
	font-family: "helvetica";
}


/***********************************************************************
************************************************************************
**
**  Individual section css settings
**  
************************************************************************
***********************************************************************/



/***********************************************************************
***********************************************************************/
