body
{ margin: 0px 0px 0px 0px; 
	}
#divInfoPage
{
	position:absolute;
	top:0px;
	left:10px;
	width:250px;
	height:100%;
}
.InfoSub
{
	width:250px;
	}
.VendorName
{
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	}
.VendorDesc
{
	font-family:Arial;
	font-weight:normal;
	font-size:9pt;
	overflow:auto;
	height:auto;
	}
	
A.BodyLink
{
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	}
A:link.BodyLink
{
	font-weight: bold;
	color: Navy;
}
		
A:visited.BodyLink	{	
	font-weight:bold;
	color:	Navy;
	}	
		
A:active.BodyLink	{	
	font-weight:bold;
	color:	Navy;
	}	
	
A:hover.BodyLink
{
	font-weight: bold;
	color: #660099;
}

.StrongText
{
	color:#006893;
	font-weight:bold;
	font-size:12pt;

	}
.NormalText
{
	color:#006893;
	font-weight:Normal;
	font-size:10pt;

	}