body {
    background: white;
    font-family: arial;
    margin: 0;
    padding: 0;	
}

div#container {
/*  position: relative;  */
    height: 1126px;
/*  border: 1px solid rgb(200, 200, 200);  */
/*	background: lightgrey;  */
    width: 775px;
    margin: -16px auto auto 5px;
/*	top: 5px;  */
}

div#exitedcompanies {
	position: relative;
    height: 180px;
/*	background: lightgrey; */
    width: 775px;
    margin: auto;
}

div#currentcompanies {
	position: relative;
    height: 440px;
/*	background: lightgrey; */
    width: 775px;
    margin: auto;
}

div#currentcompaniessectionlabel {
	position: relative;
    height: 15px;
/*	background: lightgrey; */
    width: 769px;
    margin: auto;
	left: 3px;
	margin-top: 23px;
	margin-bottom: 3px;
}

h4.fontstylecurrentcompanieslable{
	font-size:12pt;
	margin: 0;
    font-weight: bold;
	color: rgb(120, 120, 120);
/*	display:inline; */
	text-align: left;
}

div#company {
	float: left;
	width: 116px;
	height: 90px;
	border: 1px solid rgb(200, 200, 200);
	margin-top: 5px;
	margin-left: 5px;	
	display: block;
}


div#companylogo {
	position: relative;
	width: 103px;
	height: 33px;
	border: none;
	margin-top: 6px;
	margin-left: 6px;
/*	background-color: black; */
	overflow: hidden;
}

div#companylogo img{
	width:100%;
	height:100%;
}


img
{  border-style: none;
}

A { text-decoration: none }


div#companyname {
	position: relative;
	width: 103px;
	height: auto;
	border: none;
	margin-top: 6px;
	margin-left: 6px;
}

h4.fontstylecompanyname{
	font-size:8pt;
	margin: 0;
    font-weight: normal;
	color: rgb(100, 100, 100);
/*	display:inline; */
	text-align: center;
}
