﻿body
{
	background-color: #FCFCFC;
	margin: 0px;
	padding: 0px;
}
.TextIndicator_TextBoxR
{
	background-color: Red;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBoxB
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBoxG
{
	background-color: Green;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

