﻿body {
background-color: transparent;
}

.FieldTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.FieldValue
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.objListBox
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
	color : black
}
.objTextBox
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	color: black
}
.objButton
{
	border-right: #ababab 3px double;
	border-top: #ababab 3px double;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ababab 3px double;
	color: white;
	border-bottom: #ababab 3px double;
	font-family: Arial;
	background-color: #b22425;
}
.objFieldValidator
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
}
.gvHeader
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 10pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: arial;
	background-color: silver;
	text-align: center;
}
.gvItem
{
	font-size: 8pt;
	color: black;
	font-family: arial;
	background-color: white;
}
.FieldContent
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.FieldCongrats
{
	font-size: 16pt;
	color: red;
	font-family: Arial;
	font-weight: bold;
}
.prntListHeader
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}
.prntListValue
{
	font-size: 10pt;
	font-family: Arial;
}
.ReportHeader
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
}
.prntReportHeader
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
