.heading1
{
	text-align: center;
	FONT-SIZE: 15pt;
	FONT-FAMILY: Arial;
}
.heading2
{
	FONT-SIZE: 13pt;
	FONT-FAMILY: Arial;
}
.lblBold
{
	FONT-SIZE: 12pt;
	font-weight: bold;
	FONT-FAMILY: Arial;
}
.lblBoldSmall
{
	FONT-SIZE: 8pt;
	font-weight: bold;
	FONT-FAMILY: Verdana;
}
.lblBoldItalics
{
	FONT-SIZE: 12pt;
	font-weight: bold;
	font-style: italic;
	FONT-FAMILY: Arial;
}

#heading1
{
	FONT-SIZE: 15pt;
	FONT-FAMILY: Arial;
}
button
{
	width:125px;
}
.clsErrorMsg
{
	font-size: 12px;
	cursor: default;
	color: RED;
	font-family: Arial, Verdana;
}
.clsTextBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana;
}
