/* CSS Document */

/* grid - starts*/
#cont-table-prop{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
}

.cont-r-col1{
	padding:2px 2px 2px 8px;
	width:51%;
	float:left;
}

html>body .cont-r-col1{
	padding:2px 0px 2px 8px;
	width:44%;
	float:left;
}
.cont-r-col2{
	padding:2px;
	width:49%;
	float:left;
}

html>body .cont-r-col2{
	padding:2px 0px 2px 2px;
	width:52%;
	float:left;
}

/* grid - ends*/

/* STSRT  width and height of nested table */
	
.con-header {
	width: 100%;
	background-color: #EFEEEC;
	padding: 8px 0px 8px 8px;
	float:left;
}

html>body .con-header {
	width: 98%;

}
.con-content{
	float: left; 
	width: 100%; 
}
.con-img{
	float: left; 
	padding: 0px 5px 0px 0px;
	width: 37%;
}
.con-bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 100%;
	float: left;
	padding: 0px 0px 0px 8px;
	line-height: 18px;
}
/* END width and height of nested table */
