﻿body {
}
.FormLabel
{
	color: black;
	font-family: Arial;
	font-size: 10pt;
}
.ColumnHeader
{
	color: black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
.ColumnHeaderLight
{
	color: white;
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
}
.FormLabelRequiredField
{
	color: blue;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
.SectionHeader
{
	font-weight: bold;
	font-size: 14pt;
	color: #696969;
	font-family: Arial, 'Arial Black';
}
.SectionHeaderLight
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: Arial, 'Arial Black';
}
.ErrorMsg
{
	color: Red;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
.OptionLabel
{
	color: white;
	font-family: Arial;
	font-size: 12pt;
}
.ArticleText
{
	color: black;
	font-family: Arial;
	font-size: 12pt;
}
.CellSetting1
{
	padding: 4px; 
	background-color: #800000; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}
.CellSetting2
{
	padding: 4px; 
	background-color: #000000; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}