html
{
	font-family: 'Trebuchet MS', verdana, sans-serif, helvetica;
	font-size: small;
}

table
{
    border-spacing: 0px;
}

img
{
    border: 0px none;
}

a.cHeader
{
	color:White;
}

table.cForm
{
	border:solid 1px Black;
}

td.cForm
{
	padding:4px;
	white-space:nowrap;
}

td.cLabel
{
}

td.cField
{
}

td.cHCenter
{
	text-align:center;
}

td.cHRight
{
	text-align:right;
}

td.cHeader
{
	background-color:#6482B4;
	color:White;
	font-weight:bold;
}

td.cButtons
{
	text-align:right;
}

td.cError
{
	color:Red;
}

td.cSectionHeader
{
	border-bottom:solid 2px Black;
	font-weight:bold;
}

td.cData
{
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:solid 1px Gray;
	font-size:small;
}
