body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5b80db;
}

body, td, input, select, textArea
{
	font: 12px Tahoma;
	color: White;
}


input, select, textArea
{
	color: black;
}


hr
{
	height: 1px;
	color: Navy;
}

.dgRow
{
	background-color: #F3F3F3;
}

.dgCell
{
	color: black;
}

.tdKey
{
	background-color: #0b37a0;
}

.tdValue
{
	border: solid 1px #0b37a0;
	font-size: 11px;
}

.tdAlert
{
	background-color: #0b37a0;
	font-size: 11px;
}

.imgBorder
{
	border: solid 1px #333333;
}

.dgHeader
{
	background-color: #0b37a0;
}

.txComment 
{
	font-size: 10px;
	color: gray;
}

.txLink
{
	color: #ffcc33;
	text-decoration: none;
}
.txLink:hover
{
	color: Brown;
}

.txAlert
{
	color: Red;
}