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

/* Settings For FAQ Page */
DIV.MainFAQDiv { }

.MainFAQTitleSpan{text-align:center;font-size:large;color:#FF0000;}
.AnswerQuestionText{text-align:center;font-weight:bold;}

a.FAQQuestionLink:link {color:#333333;text-decoration:none;font-weight:bold;}
a.FAQQuestionLink:visited {color:#333333;text-decoration:none;font-weight:bold;}
a.FAQQuestionLink:active{color:#333333;text-decoration:underline;font-weight:bold;}
a.FAQQuestionLink:hover{color:#0000C0;text-decoration:underline;font-weight:bold;}

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


.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.left { background-image: url(../../images/fade-left.jpg); }
td.right { background-image: url(../../images/fade-right.jpg); }
td.nav { background-image: url(../../images/nav-bkg.jpg); }
td.navblue { background-image: url(../../images/nav-under.jpg); }
td.navbox { background-image: url(../../images/nav-hdr-blank.jpg); }

a.left, .left:visited, .left:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none;
}

a.left:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: Yellow; 
	font-weight: bold; 
	text-decoration: none;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: Gray; 
	text-decoration: none; 
}

/*
//////////////////////////////////////////////////////////////////////
// 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
//////////////////////////////////////////////////////////////////////
*/