*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362718;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px; 
	font-weight: bold;
}
.normal {
	font-size: 12px; 
}

/* Links section ----------------------------------------------------------- */

a 
{  
	color: #7DB613; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
a:hover
{  
	color: #7DB613; 
	text-decoration: underline; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}

a:active
{  
	color: #CC350F; 
	text-decoration: none
}
a.active{
  color: #FF0000; 
}
/* Links section End-------------------------------------------------------- */

body, td, p, li, ul, ol {
	color: #362718;
}

p {
	margin: 10px 0 10px 0;
}

table.floor-table th,
table.floor-table th * {
		font-family: Arial;
		font-weight: normal;
		font-size: 11px;
		color: #FFFFFF;
}

table.floor-table td,
table.floor-table td * {
		font-family: Arial;
		font-weight: normal;
		font-size: 11px;
		color: #5e5246;
		height: 25px;
		padding: 0 0 0 5px;
}

table.floor-table td a,
table.floor-table td a:hover,
table.floor-table td a:visited {
	color: #7DB613; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
table.floor-table td a:hover{
	text-decoration: underline;
}

tr.floor-table-line td {
	border-top: 1px solid #dddddd !important;
	height: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

table.floor-table td.floor-area{ padding-left:51px; }
table.floor-table td.floor-space{ padding-left:57px; }
table.floor-table td.floor-total{ padding-left:51px; }
table.floor-table td.floor-price{ padding-left:80px; }