BODY 
{
	BACKGROUND: #FFFFFF;
	font-family: verdana;
	color: slategray;
	font-size: 12px;
}


p 
{
	font-family: verdana;
	color: slategray;
	font-size: 12px
}
.11px 
{
	font-family: verdana;
	color: slategray;
	font-size: 11px;
}
.H0
{
	font-family: verdana;
	color: #009ee7;
	font-size: 24px;
 font-weight: bold;
	margin: 0px 0px 10px 0px;
}
H1 
{
	font-family: verdana;
	color: orange;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}
H2 
{
	font-family: verdana;
	color: orange;
	font-size: 20px;
	margin: 0px 0px 8px 0px;
}
H3 
{
	font-family: verdana;
	color: orange;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
}
H4 
{
	font-family: verdana;
	color: #009ee7;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
}
.ok 
{
	font-family: verdana;
	color: green;
	background-color: #FFFFFF;
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	font-size: 14px
}
.err 
{
	font-family: verdana;
	color: red;
	background-color: #FFFFFF;
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	font-size: 14px
}
.rentGold
{
	border-width: 3px; 
	border-style: solid; 
	border-color: orange; 
	padding: 10px;
	spacing: 2px;
	cursor:pointer;
}
.rent
{
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	padding: 10px;
	spacing: 2px;
	cursor:pointer;
}
.menu {
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	border-bottom: solid 1px; 
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	border-color: slategray;
	background-color: #CDDFF3;
	height: '20px';
	text-align: middle;
}
.menutd {
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	border-bottom: solid 1px; 
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	border-color: #000000;

	background-color: #ffffff;
	width: 80px;
	height: 20px;
	text-align: middle;
}
.submenutd {
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	border-bottom: solid 1px; 
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	border-color: #000000;

	background-color: #ffffff;
	width: 140px;
	height: 20px;
	text-align: middle;
}
td {
	font-family: verdana;
	color: slategray;
	font-size: 12px
}
.table {
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	border-width: 1px; 
	border-color: #000000; 
	background-color: #ffffff;
}
.button {
	cursor : pointer;
	font-family: verdana;
	color: #ffffff;
	background-color: #009ee7;
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	font-size: 12px;
}
.btn
	{
	filter:alpha(opacity=100)
	}
	
	
	div.slideBox {
		width: 250px;
		height: 150px;
		position: relative;
		float: left;
		margin-bottom: 0px;
		overflow: hidden;
		border: 5px solid #ccc;
	}
	
		div.slideBox img {
			position: absolute;
			z-index: 2;
			width: 250px;
			height: 150px;
			cursor: pointer;
		}
		
		div.slideBox div.content {
			position: absolute;
			z-index: 1;
			padding: 10px 12px 3px 10px;
			width:100%;
			height:100%;
			cursor: pointer;
			font-size: 10px;
			color: #ffffff;
			background: #009ee7;
		}

	div.contentBox {
		width: 250px;
		height: 150px;
		position: relative;
		float: left;
		margin-bottom: 0px;
		overflow: hidden;
		border: 5px solid #ccc;
		cursor: pointer;
		}
	
			#searchFormContainer
            {
            	position:absolute;
				margin-left:65px;
            	z-index:1001;
            	float:right;
            }
            #searchForm
            {
            	height:100px;
            	width:200px;
            	background-color:#cce0f4;
            	border: solid 1px black;
            	display:none;
            	padding: 5px 5px 5px 5px;
            }
            #searchLink
            {					
            	height:27px;
            	width:122px;
            	background-image:url('/images/search.jpg');
            	display:block;
            	cursor:pointer;
            }
            
            #searchFormContainerRent
            {
            	position:absolute;
				margin-left:0px;
            	z-index:1000;
            	float:left;
            }
            #searchFormRent
            {
            	height:500px;
            	width:600px;
            	background-color:#cce0f4;
            	border: solid 1px black;
            	display:none;
            	padding: 5px 5px 5px 5px;
            }
            #searchLinkRent
            {					
            	height:27px;
            	width:248px;
            	background-image:url('../images/searchRent.jpg');
            	display:block;
            	cursor:pointer;
            }

			#searchFormContainerRentFind
            {
            	position:absolute;
				margin-left:0px;
            	z-index:1000;
            	float:left;
            }
            #searchFormRentFind
            {
            	height:350px;
            	width:700px;
            	background-color:#cce0f4;
            	border: solid 1px black;
            	display:none;
            	padding: 5px 5px 5px 5px;
            }
            #searchLinkRentFind
            {					
            	height:27px;
            	width:253px;
            	background-image:url('../images/searchRentFind.jpg');
            	display:block;
            	cursor:pointer;
            }
			
A:link {color:#009ee7; text-decoration:none ; }
A:visited {color:#009ee7; text-decoration:none ; }
A:active {color:#009ee7; text-decoration:none ; }
A:hover {color:#009ee7; text-decoration:underline; }

.rentLink:link
{
	font-family: verdana;
	color: slategray;
	font-size: 12px;
	text-decoration:none;
}
.rentLink:visited
{
	font-family: verdana;
	color: slategray;
	font-size: 12px;
	text-decoration:none;
}
.rentLink:active
{
	font-family: verdana;
	color: slategray;
	font-size: 12px;
	text-decoration:none;
}
.rentLink:hover
{
	font-family: verdana;
	color: slategray;
	font-size: 12px;
	text-decoration:none;
}

.rentAd
{
	border-width: 1px; 
	border-style: solid; 
	border-color: #cce0f4; 
}


.rentImg70x70 {
	max-width:70px;
	max-height:70px;
	border:0;
	/* IE Image max-width */
	width: expression(this.width > 70 ? 70: true);
	height: expression(this.height > 70 ? 70: true);
}

.rentImg100x100 {
	max-width:100px;
	max-height:100px;
	border:0;
	/* IE Image max-width */
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}














