/* CSS Document */
body {
  background-color: #cccccc;
}

body,td,li,div,a,p,.txt {
  font: 12px arial;
  color: #424242;
  line-height: 16px;
}

.small {
color: #666666;
font-size: 10px;
}

.bold {
font-weight:bold;
}

#divborder {
	padding:4px;
	margin-bottom:3px;
	margin-top:3px;
	background-color:#EBEBEB;
}
#hoteliersdata {
	background-color:#FFFFFF;
	width:892px;
	height:590px;
	padding:5px;
}

.smalllink {
color: #666666;
font-size: 10px;
font-weight:bold;
text-decoration:underline;

}

.smalllink: hover {
color: #999999;
font-size: 10px;
font-weight:bold;
text-decoration:underline;
}

.smalllink: visited {
color: #333333;
font-size: 10px;
font-weight:bold;
text-decoration:underline;
}

.bgr { background-color:#ff3366; }
.hotel { background:  url(img/hotel.gif);background-repeat:repeat-y; }
