
A
{
	color: white; 
	text-decoration: none
}

A:hover 
{
	color: Navy; 
	text-decoration: underline
}

.headlines
{
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none 
}

.text
{
	font-weight: normal;
	font-size: 9pt;
	color: #4c4c4c;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	font-family:Tahoma;
}

.req
{
	font-size: 8pt;
	color:Red;
}

TABLE.grdAddr
{
	border-right: #8ca0b8 1px solid;
	border-top: #8ca0b8 1px solid;
	border-left: #8ca0b8 1px solid;
	border-bottom: #8ca0b8 1px solid;
	background-color: #eceff4;
}

TABLE.grdAddrOutset
{
 border-style:outset;
}

.timedoutmsg
{
	border-right: steelblue 1px solid;
	padding-right: 5px;
	border-top: steelblue 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: steelblue 1px solid;
	width: 90%;
	color: mediumblue;
	padding-top: 5px;
	border-bottom: steelblue 1px solid;
	background-color: #edebee;
	text-align: left;
}

.lblReq
{
	color:	#990000;
}

.txt
{
 border-style:solid;
 border-width:1px;
 border-color:#88A1F3;	
}

TD.secdesc
{
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 10px;
	width: 100%;
	color: #0d30c8; 
}

TD.secdiv
{
	border-bottom:1px solid #838574;
}

.progress
{
	position:relative;
	border:solid 2px ;
	border-color: #6699CC;
	padding: 5px;
}

.progressnoborder
{
	position:relative;
}





