body
{
	color: blue;
	font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
}
.BlueText
{
	font-size: 16px;
}
.BlueText2
{
	font-size: 12px;
}
.BlackText2
{
	font-size: 12px;
	color: black;
}
.RedText2
{
	font-size: 12px;
	color: Red;
}

.RedText3
{
	font-size: 11px;
	color: Red;
}

.BlueTextBold
{
	font-weight: bold;
	font-size: 12px;
}
.RedTextBold
{
	font-weight: bold;
	font-size: 12px;
	color: Red;
}

.GreenTextBold
{
	font-weight: bold;
	font-size: 12px;
	color: green;
}
.BlackTextBold
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.RedTextBold
{
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.RedText14Bold
{
	font-weight: bold;
	font-size: 14px;
	color: red;
}
.PageTitle
{
	font-size: 32px;
	border-left-color: palegoldenrod;
	border-bottom-color: palegoldenrod;
	color: black;
	border-top-color: palegoldenrod;
	font-family: 'Times New Roman' , 'Bookman Old Style' , Verdana, Arial;
	height: 35px;
	border-right-color: palegoldenrod;
}
.TextBox
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-size: 13px;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	font-family: Verdana;
}
.TextBoxNoBorder
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 13px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Verdana;
}
.ErrorMessage
{
	font-size: 13px;
	color: red;
	font-style: italic;
	font-family: 'Times New Roman' , 'Bookman Old Style' , Verdana, Arial;
	background-color: transparent;
}
.PushButton
{
	font-size: 16px;
	font-family: Arial;
}
.HyperLink
{
	font-size: 12px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, 'Times New Roman';
}
.ListHeader
{
	font-weight: bold;
	font-size: 13px;
	color: #f7f7f7;
	font-family: Verdana;
	background-color: #4a3c8c;
}
.ListBody
{
	font-size: 13px;
	color: #4a3c8c;
	font-family: 'Courier New';
}
.Heading1
{
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: Verdana;
}
.Heading2
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: Verdana;
}
.dsc_Heading1
{
	font-weight: bold;
	font-size: 24px;
	color: black;
	font-family: 'Times New Roman';
}
.dsc_Heading2
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
}
.dsc_Normal
{
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
}
.dsc_Underlined
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman';
	text-decoration: underline;
}
