.fw {
}

.txt {
	margin: 5px 5px 5px 5px;
}

.map {
	border: 1px solid black;
	margin: 0px 0px 5px 0px;
}

.info {
	background-color : InfoBackground;
	border : medium double Gray;
	margin: 5px 5px 5px 5px;
}

a.btn {
	background : ButtonShadow;
	text-decoration : none;
	color : ButtonText;
	padding : 0px 5px 0px 5px;
	font-family : "Arial Narrow";
}
a:link.btn {
		border : thin outset;
}
a:active.btn {
		border : medium inset;
}
.dir {
	text-indent : -15px;
	padding : 0px 0px 0px 20px;
	font-family : Tahoma;
}
.drow {
	height : 50px;
}
table.br {
	border : 2px solid Black;
}
@media print  {.noprint  { 	display: none;  } }
	
