body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.div_car {
	position: absolute;
	top: 0;
	right: 0;
}

#font_small a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #375064;
	text-decoration: underline;
}

#font_small a {
	font-family: tahoma;
	font-size: 10px;
	color: #4F728E;
	text-decoration: underline;
}

#font_small {
	font-family: tahoma;
	font-size: 10px;
	color: #505D64;
}

#td_menu_item a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #375064;
	text-decoration: underline;
	padding: 10 0 10 0;
}

#td_menu_item a {
	font-family: tahoma;
	font-size: 11px;
	color: #4F728E;
	text-decoration: underline;
	padding: 10 0 10 0;
}

#td_menu_item {
	font-family: tahoma;
	font-size: 11px;
	color: #505D64;
}

.td_menu_item {
	background-image: url(../images/menu_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43;
	padding: 15 3 0 0;	
}

.td_menu_item_sel {
	background-image: url(../images/menu_button_sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43;
	padding: 15 3 0 0;	
}

.td_block_header {
	background-image: url(../images/block_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 171;
	height: 35;
	padding: 15 0 0 26;
}

#td_block_a a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #3C556A;
	text-decoration: underline;
	background-image: url(../images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: left 4;
	padding: 0 0 0 15;
}

#td_block_a a {
	font-family: tahoma;
	font-size: 10px;
	color: #4F728E;
	text-decoration: none;
	background-image: url(../images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: left 4;
	padding: 0 0 0 15;
}

.td_block_item {
	background-image: url(../images/block_back.gif);
	background-repeat: repeat-y;
	padding: 0 20 0 20;
}

#td_font_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #505D64;
}

#td_font_normal a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #375064;
	text-decoration: underline;
	font-weight: bold;
}

#td_font_normal a {
	font-family: tahoma;
	font-size: 11px;
	color: #4F728E;
	text-decoration: underline;
	font-weight: bold;
}

#td_font_normal {
	font-family: tahoma;
	font-size: 11px;
	color: #505D64;
}

#td_font_error {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
}

.input_button {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #505D64;
	background-image: url(../images/button_back.gif);
	width: 102;
	height: 19;
	border-left: 1 solid #B6CBD8;
	border-right: 1 solid #B6CBD8;
	border-top: 1 solid #B6CBD8;
	border-bottom: 1 solid #B6CBD8;
}

.input {
	font-family: tahoma;
	font-size: 11px;
	color: #505D64;
	width: 102;
	height: 19;
}

.div_thumb {
	border-left: 1 solid #D9DDE0;
	border-right: 1 solid #D9DDE0;
	border-top: 1 solid #D9DDE0;
	border-bottom: 1 solid #D9DDE0;
	background-color: #FFFFFF;
	padding: 6 0 6 0;
}