﻿ .RedText
{
	color: #FF0000;
	font-weight: bold;
}

 .SmallRedText
{
	color: #FF0000;
	font-size: smaller;
}

.DarkRed
{
	color: #990000;
	font-weight: bold;
}

.ItalicRed
{
	color: #990000;
	font-style: italic;
	font-weight: bold;
}

.BlueText
{
	color: #0000FF;
	font-weight: bold;
}

.LightBlueBold {color: #0071BC; font-weight: bold; }

.ExLargeTextRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #990000;
}

.ExLargeTextWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

.ExtraLargeText
{
	font-size: x-large;
	font-weight: bold;
}

.ExtraSmallGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #C0C0C0;
}

.NormalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.NormalBoldText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
