/*
//////////////////////////////////////////////////////////////////////
// The freebert.com PHP/SQL Frequently Asked Questions (FAQ) Script:
// Version 0.41 - December 1, 2007
// Free to use, edit & customize, so long as the freebert.com logo, 
// the 'Powered By The Free PHP SQL FAQ Script' text & links 
// remain displayed on the bottom of every visable page. 
// Redistribution in whole or in part of any page or function within 
// the freebert.com PHP/SQL Frequently Asked Questions Script is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) December 2007 by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPFAQ
//////////////////////////////////////////////////////////////////////
*/
/* Default Page Settings */
body {
	margin: 0px 2px;
	background-color:#FFFFFF; /* Page Background Color */
	color:#000000; /* Page Default Text Color */
}

/* Settings For FAQ Page */
DIV.MainFAQDiv {text-align:center;}

.MainFAQTitleSpan{font-family: "Century Schoolbook"; font-size: 24px; color: #84241A;}
.AnswerQuestionText{font-weight:bold; font-family: Arial, Helvetica, sans-serif;}

a.FAQQuestionLink:link {font-family: Arial, Helvetica, sans-serif; color:#333333;text-decoration:none;font-weight:bold;}
a.FAQQuestionLink:visited {font-family: Arial, Helvetica, sans-serif; color:#333333;text-decoration:none;font-weight:bold;}
a.FAQQuestionLink:active{font-family: Arial, Helvetica, sans-serif; color:#333333;text-decoration:underline;font-weight:bold;}
a.FAQQuestionLink:hover{font-family: Arial, Helvetica, sans-serif; color:#0000fb;text-decoration:underline;font-weight:bold;}

a.BackToTopLink:link {font-family: Arial, Helvetica, sans-serif; color:#FF0000;text-decoration:none;font-weight:bold;font-size: x-small;}
a.BackToTopLink:visited {font-family: Arial, Helvetica, sans-serif; color:#FF0000;text-decoration:none;font-weight:bold;font-size: x-small;}
a.BackToTopLink:active{font-family: Arial, Helvetica, sans-serif; color:#FF0000;text-decoration:underline;font-weight:bold;font-size: x-small;}
a.BackToTopLink:hover{font-family: Arial, Helvetica, sans-serif; color:#0000fb;text-decoration:underline;font-weight:bold;font-size: x-small;}

/* General Settings */
.Bold {font-weight: bold;}
.XLarge {font-size: x-large}
.Large {font-size: large}
.Small {font-size: x-small}

/*
//////////////////////////////////////////////////////////////////////
// The freebert.com PHP/SQL Frequently Asked Questions (FAQ) Script:
// Version 0.41 - December 1, 2007
// Free to use, edit & customize, so long as the freebert.com logo, 
// the 'Powered By The Free PHP SQL FAQ Script' text & links 
// remain displayed on the bottom of every visable page. 
// Redistribution in whole or in part of any page or function within 
// the freebert.com PHP/SQL Frequently Asked Questions Script is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) December 2007 by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPFAQ
//////////////////////////////////////////////////////////////////////
*/