/* CSS Document */
img
{
	text-align:center;
	padding:0px;
	margin:5px;
}
a
{
	color:#0033FF;
	text-decoration:none;
}
a:hover
{
	color: #0099CC;
}
h1,h2,h3,h4,h5,h6
{
	margin-left:20px;
}
table.tb_body
{
	width:751px;
	height:100%;
	margin:20px;
	overflow: scroll;
}
table.tb_body td.top
{
	white-space:nowrap;
	text-align:left;
	height:218px;
}
table.tb_body td.top img
{
	margin:0px;
	padding:0px;
}
table.tb_body td.text
{
	background-color:#FFFFFF;
	border-bottom:4px double #333333;
	border-left:4px double #333333;
	border-right:4px double #333333;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	vertical-align:top;
}

table.tb_body td.text div.img img
{
	float:left;
	max-width:300px;
	margin:5px;
}

table.tb_body td.text a
{
	color:#0066FF;
	text-decoration:none;
}
table.tb_body td.text a:hover
{
	text-decoration:underline;
	color:#000099;
}
a.bron
{
	font-family:Arial, Helvetica, sans-serif;
	color: #0099CC;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	text-decoration:none;
}
a.backLink
{
	font-family:Arial, Helvetica, sans-serif;
	color: #0099CC;
	background-image:url(/pics/strelka.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	text-decoration:none;
}
a.backLink:hover
{
	color:#0033FF;
}

img.cityLogo
{
	float:right;
	margin:30px;
}
















.taxiForm
{
	width:350px;
	padding:20px;
	background:yellow;
	border:3px double black;
}
.taxiForm input
{
	width:100%;
}

.button
{
	cursor:pointer;
	width:100px;
	border:1px solid black;
}

