﻿body {	text-align: center;
}
.StdText
{
	font-family: arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.SmallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.SuperSmallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}.h1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-large; 
	font-weight: bold;
	text-align: center;
}
.h2
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large; 
	font-weight: bold; 
}
.Author
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.Date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#lblMessage
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: medium; 
  font-weight: bold; 
  color: #FF0000; 
}
  
asp:Button
{
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}


.NumBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: right;
	width: 50px;
}

.msgLabel
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: medium; 
  font-weight: bold; 
  color: #FF0000; 
}
