body {
	font: 12px Arial;
}

td {
	font: 12px Arial;
}

th {
	font: 12px Arial;
}

.errormsg
{
	color: red;
}

.required-bk
{
	background-color: #FFFF33;
}

/********************************************************************
 * tables (with single line borders
 */
table.single,
td.singleleft,   th.singleleft,
td.singlecenter, th.singlecenter,
td.singleright,  th.singleright
{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-collapse: collapse;
	font-size: 10pt;
	color: #000000;
}

th.singleleft,
th.singlecenter,
th.singleright
{
	color: #143560;
}

th.singlecenter, td.singlecenter, td.center
{
	text-align: center;
}

th.singleright, td.singleright, td.right
{
	color: #143560;
	text-align: right;
}

