body {
	margin: 1px;
	padding: 0;
}

.table_main {  
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	border-color: silver; 
}

.table_main th { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid; 
	font-size : 11pt; 
	padding : 5;
	text-align: left;
	color : #BB0000; 
	background-color :  silver; 
	font-weight : bold;
}

.table_main td { 
	padding : 0; 
	font-weight : normal;
}
.table_main a { 
	font-size: 11pt; 
	background: silver;
	width: 90%; 
	text-decoration: none;
	color: #BB0000;
	text-align:center; 
	font-weight: bold;
}
.table_main a:hover {
	background: #e5998c;
	border-right: 5px #BB0000;
	border-right: 5px #BB0000;
	color: #BB0000;
}

.table_gray {  
	width: 100%;
	border-collapse: collapse;
	border-width: 2px;
	border-color: silver;
}

.table_gray th { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid; 
	font-size : 12pt; 
	padding : 5;
	text-align: center;
	color : #BB0000; 
	background-color :  silver; 
	font-weight : bold;
}

.table_gray td { 
	border : 2px solid;
	margin: 0;
	padding: 0;
	
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : 600;
	text-align: center;
}
.prop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight: 900;
	text-align: center;
}

