/* CSS Document */

body {
margin-top:0px;
}

.blue_line_bg {
  background-image: url('../images/blue_line_bg.jpg	');background-repeat: repeat-x;
	height: 10px;
}

.top_menu_bg {
  background-image: url('../images/top_menu_bg.jpg');background-repeat: repeat-x;
	height: 49px;
}

.window_top_bg {
  background-image: url('../images/window_top_bg.jpg');background-repeat: repeat-x;
	height: 5px;
}

.window_bottom_bg {
  background-image: url('../images/window_bottom_bg.jpg');background-repeat: repeat-x;
	height: 5px;
}

.window_left_bg {
  background-image: url('../images/window_left_bg.jpg');background-repeat: repeat-y;
	width: 5px;
}

.window_right_bg {
  background-image: url('../images/window_right_bg.jpg');background-repeat: repeat-y;
	width: 5px;
}

.h_line_bg {
  background-image: url('../images/h_line_bg.jpg');background-repeat: repeat-x;
	height: 4px;
}


.bottom_line_bg {
  background-image: url('../images/bottom_line_bg.jpg');background-repeat: repeat-x;
	height: 28px;
}

.block_caption {
  background-image: url('../images/block_caption.jpg');background-repeat: no-repeat;
	height: 47px;
	width: 260px;
	font-family: tahoma;
	font-size:19px;
	color: #ffffff;
	text-align:center;	
}

.block_bg {
  background-image: url('../images/block_bg.jpg');background-repeat: repeat-y;
	width: 260px;
	padding:0px 4px 0px 4px;
}

.block_bottom {
  background-image: url('../images/block_bottom.jpg');background-repeat: no-repeat;
	height: 5px;
	width: 260px;
}

td.top_menu_item {
	border-right: dotted 1px #CACACA;padding:0px 15px 0px 15px;
}

a.top_menu_item {
	font-family: Tahoma;
	font-size: 12px;
	text-transform:uppercase;
	color: #797e86;
	text-decoration:none;
	font-weight:none;
}

a.top_menu_item_s {
	font-family: Tahoma;
	font-size: 12px;
	text-transform:uppercase;
	color: #a10000;
	text-decoration: underline;
	font-weight:none;
}

td.info_block {
	font-family: Tahoma;
	font-size: 12px;
	color:#666666;
	padding: 5px;	
}

.arrow {
	width: 3px;
	height: 5px;
}

.left_menu_item {
	font-family: Tahoma;
	font-size: 12px;
	text-transform: none;
	color: #2b2b2b;
	text-decoration: underline;
	font-weight:none;	
}

.left_menu_item_s {
	font-family: Tahoma;
	font-size: 12px;
	text-transform: none;
	color: #FF6600;
	text-decoration: underline;
	font-weight:none;	
}

font.tel {
	font-family: arial;
	font-size: 18px;
	font-weight:none;
	color: #a90000;
}

.cash1 {
	font-family: tahoma;
	font-size: 58px;
	font-weight:none;
	color: #ffc600;
}

.cash2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight:none;
	color: #ffc600;
}

.page_caption {
	font-family: tahoma;
	font-size: 14px;
	font-weight:none;
	color: #FF6600;
	text-align:center;
}

img {
	border:0px;
}