table.Login
{
	background-color:E7E7D5;
	border-top:SOLID 1px #A2B8D9;
	border-left:SOLID 1px #A2B8D9;
	border-right:SOLID 1px #A2B8D9;
	border-bottom:SOLID 1px #A2B8D9;
	padding: 0;
}

table.login span
{
	color: white;
	font-weight: bold;
}

table.login td
{
	height: 20px;
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica;
	padding-left: 3px;
}

td.Title
{
	font-weight: bold;
	color: white;
	background-color:#769096;
	border-bottom: #769096 1px solid;
	padding-left: 4px;
}
	
td.Login
{
	color: black;
}

table.login input
{
	font-size: 9pt;
	border: solid 1px #a2b8d9;
	height: 18px;
	width: 88px;
	margin-top: 2px;
}

	
	