/*
//////////////////////////////////////////////////////////////////////
// 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: 2px 2px;
	background-color:#dadada; /* Page Background Color */
	color:#000000; /* Page Default Text Color */
}

/* Settings For FAQ Page */
DIV.MainFAQDiv {text-align:center; border: 0px solid #000000;}

.MainFAQTitleSpan{font-size:large;color:#144FFF;}
.AnswerQuestionText{font-weight:bold;}

a:link.FAQQuestionLink {color:#000000;text-decoration:none;font-weight:bold;}
a:visited.FAQQuestionLink {color:#000000;text-decoration:none;font-weight:bold;}
a:active.FAQQuestionLink{color:#33CC33;text-decoration:underline;font-weight:bold;}
a:hover.FAQQuestionLink{color:#595959;text-decoration:underline;font-weight:bold;}

a:link.BackToTopLink {color:#FF0000;text-decoration:none;font-weight:bold;font-size: x-small;}
a:visited.BackToTopLink {color:#FF0000;text-decoration:none;font-weight:bold;font-size: x-small;}
a:active.BackToTopLink{color:#FF0000;text-decoration:underline;font-weight:bold;font-size: x-small;}
a:hover.BackToTopLink{color:#595959;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
//////////////////////////////////////////////////////////////////////
*/
