﻿body
{
	font-size: 10px;
	color: gray;
	font-family: Arial, Verdana;
}
.Small
{
	font-size: 9px;
}
.SmallException
{
	font-size: 9px;
	color: Red;
}
.Justify
{
	text-align:justify;
}
.TableHeaderCell
{
	width: 150px;
}
.TableInputCell
{
	width: 240px;
}
.TableValidateCell
{
	width: 30px;
}
