body
{
	font-family: Tahoma, Myriad Pro, Arial, Verdana, Helvetica, Sans-Serif;
	/*font-size: x-small;*/
	font-size: 12pt;
	/*margin:auto;*/
}

.sample
{
	font-size: xx-small;
	color: #008000;
}

.smallText
{
	font-size: 12pt;
}

.MasterBody
{
	background-color: #fff2e6;
}

.MasterSpacerBars
{
	background-color: #51944f;
    height: 5px;
}

.LineSeparator
{
    height: 10px;
    width: 500px;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.ErrMessage
{
	color: Red;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

.CBShow
{
	visibility: visible;
}

.CBNoShow
{
	visibility: hidden;
}

.DivBottom 
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-color: red;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}