﻿body 
{
	color: #000000;
	font-size:10pt;
	font-family: Arial;
}

TD
{
	color: #000000;
	font-size:10pt;
}

.ContentPanel
{
	/*position: relative;*/
}

.StatusAreaInfo
{
	color: Blue;
	font-size: 12pt;
	vertical-align: middle;
	background-color: #e4e1ff;
}

.StatusAreaWarning
{
	color: Orange;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f9f897;
}

.StatusAreaError
{
	color: Red;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	background-color: #ffbebe;
}

.StatusAreaCritial
{
	color: Maroon;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f0b595;
}

.FAQQuestionQ
{
	color: #000000;
	font-weight:bold;
}

.FAQQuestionText
{
	color: #000000;
}

.FAQAnswerA
{
	color: #000000;
	font-weight:bold;
}

.FAQAnswerText
{
	color: #000000;
}
