@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFB;
}
.tableTitle{
	font-weight: bold;
	font-size: 14pt;
}
.tableHdr {
	background-color: #CCCCCC;
}
.tableInp {
	background-color: #FFFFFF;
}
.btnInput {
	background-color: #999999;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}.tableRenCity {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}
.tableRenArea {
	font-weight: bold;
	font-size: 14pt;
}
.tableRenType {
	font-weight: normal;
	font-size: 9pt;
}
.tableRenTitle {
	font-weight: bold;
	font-size: 24pt;
	color: #0000FF;
}
.tableRenName {
	font-weight: bold;
	font-size: 18pt;
	color: #0000FF;
}
Rentals {
	background-color: #FFFFFF;
}
.tableUpdate {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}
.tableTime {
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-style: italic;
}

