.white {
	color: White;
}

body, form {
	margin: 0px;
}

a {
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

a.inv {
	text-decoration: underline;
}

a.inv:HOVER {
	text-decoration: none;
}

.blk {
	display: block;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clr {
	clear: both;
}

#main {
	width: 923px;	
}

#main table {
	text-align: left;
}

.text {
	font : 11px Arial, Helvetica, sans-serif;
}

.gray1 {
	color: #545454;
}

.gray2 {
	color: #383838;
}

.blue {
	color : #0780CD;
}

.small {
	font-size : 10px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.white {
	color: White;
}

.black {
	color: Black;
}

.bar {
	background-image : url(../gfx/backg1.gif);
	background-repeat : repeat-x;
}

.line {
	border-top : 1px solid #A8A8A8;
}

.photo {
	padding: 7px 11px;
	border : 1px solid #A8A8A8;
}

.photo_l {
	margin: 0 14px 10px 0;
}

.par1 {
	margin: 7px 14px 14px 0;	
}

.par2 {
	padding: 10px 0 21px 0;
}

.box {
	background-image : url(../gfx/backg.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	padding: 10px 13px;
}

#map {
	background-image : url(../gfx/map.gif);
	height: 120px;
	width: 200px;
	background-repeat : no-repeat;
	background-position : bottom;
}

#map #box {
	padding: 88px 9px 9px 9px;	
}

#hwch {
	background-image : url(../gfx/backg2.gif);
	width: 200px;
	background-repeat : repeat-x;
	background-position : bottom;
}

#hwch #box {
	padding: 10px 15px 20px 15px;	
}