@CHARSET "UTF-8";

h1.title {
/*	color:#FF6920;*/
	color:black;
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 5px 0;
	border-bottom: 1px solid #999999;	
}

#leftPart{
	color:#2D2D2D;
	font-size:12px;
	/*width: 247px;*/
	float: left;
}

#leftPart .cell {
	display: inline;
	float: left;
	padding: 0 10px 5px 0;
	/*	text-align:right;*/
	width: 102px;
}

#leftPart .cell.cellValue {
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
	width: 130px;
}

#leftPart table {
}

td.aleft{
/*	display: inline;
	float: left;*/
	padding: 0 10px 5px 0;
	width: 102px;
}

td.aright{
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
	width: 130px;
}


#rightPart2{
	display:inline;
	float:right;
	width:250px;
	margin: 10px 0 0 0;
}

#rightPartBackground{
	background-color:#ECE6D5;	
	font-size:12px;
	overflow: hidden;
	margin-top:10px;
}

#rightPartBackground h1.title {
	color:black;
	font-size:22px;
	font-weight:bold;
	margin:10px 10px 0 10px;
}

#companyLogo{
	display:inline;
	float:left;
	padding:10px 0;
}

#companyDesription{
	display:inline;
	float:left;
	font-size: 12px;
	font-weight:normal;
	padding:0 0 20px 0;
	text-align:left;
	width:247px;	
}


.detailbox {
	float: left;
	display: inline;
	width:247px;
	
	border-bottom:1px solid #999999;
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px;
	padding:15px 0 2px 0;
	text-transform:uppercase;
}


div.detailboxValues{
	text-align: left;
	font-weight: normal;	
	padding: 10px 0 20px 0;		
	width:247px;
}
