body {
	font-family: Arial, Helvetica, sans-serif;
}

A:active  {
}/* àêòèâíûå ññûëêè */

A:link    {
}/* íåïðîñìîòðåííûå ññûëêè */

A:visited {
}/* ïðîñìîòðåííûå ññûëêè */

A:hover   {
}/* âûáðàííûé, íî íå àêòèâèçèðîâàííûé  ïîëüçîâàòåëåì ýëåìåíò */

/* Ññûëêè â online êàòàëîãå è òåêñòå */
A.catalogue:active  {
	font-size: 11px;
	color: #465157;
	text-decoration: none;
}/* àêòèâíûå ññûëêè */

A.catalogue:link    {
	font-size: 11px;
	color: #465157;
	text-decoration: none;
}/* íåïðîñìîòðåííûå ññûëêè */

A.catalogue:visited {
	font-size: 11px;
	color: #465157;
	text-decoration: none;
}/* ïðîñìîòðåííûå ññûëêè */

A.catalogue:hover   {
	font-size: 11px;
	color: red;
	text-decoration: none;
}/* âûáðàííûé, íî íå àêòèâèçèðîâàííûé  ïîëüçîâàòåëåì ýëåìåíò */

/* ññûëêè â ïðàâîì ìåíþ */

A.rmenu:link    {
	font-size: 11px;
	/*	
	font-weight: bold;
*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}/* íåïðîñìîòðåííûå ññûëêè */

A.rmenu:visited {
	font-size: 11px;
	/*	
	font-weight: bold;
*/
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}/* ïðîñìîòðåííûå ññûëêè */

A.rmenu:hover   {
	font-size: 11px;
	/*	
	font-weight: bold;
*/
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}/* âûáðàííûé, íî íå àêòèâèçèðîâàííûé  ïîëüçîâàòåëåì ýëåìåíò */

A.rmenu:active  {
	font-size: 11px;
	/*	
	font-weight: bold;
*/
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}/* àêòèâíûå ññûëêè */

input.txt {
	font-family: arial;
	font-size:11px;
	border:1px solid #C0C0C0;
	padding:0px;
	height:16px;
}

select.txt {
	font-family: arial;
	font-size:11px;
	border:1px solid #C0C0C0;
	padding:0px;
	height:16px;
}

textarea.txt {
	font-family: arial;
	font-size:11px;
	border:1px solid #C0C0C0;
	padding:0px;
}

input.go {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 16px;
	width: 21px;
	background-color: #ffffff;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
}

input.blank {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 1px;
	width: 1px;
	background-color: #ffffff;
}

input.reset_form {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 20px;
	width: 169px;
	background-color: #ffffff;
	background-image: url(../images/reset_form.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

input.recalculate {
	font-size: 10px;
	border: 0px;
	cursor: hand;
	height: 20px;

	background-color: #ffffff;
/*
	width: 90px;
	background-image: url(../images/recalculate.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
}

input.submit {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 20px;
	width: 169px;
	background-color: #ffffff;
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

input.registration {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 20px;
	width: 169px;
	background-color: #ffffff;
	background-image: url(../images/registration.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

input.order {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 20px;
	width: 83px;
	background-color: #ffffff;
	background-image: url(../images/order.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

input.order_w20 {
	font-size: 5px;
	border: 0px;
	cursor: hand;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	background-image: url(../images/order.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.signature {
	font-size: 11px;
}

H1 {
	color:#465157;
	font-weight:bold;
	font-size:11px;
	display: inline;
}
.border_t_r {
	border-top: 1px solid #949CA3;
	border-right: 1px solid #949CA3;
}

.border_t_r_b {
	border-top: 1px solid #949CA3;
	border-right: 1px solid #949CA3;
	border-bottom: 1px solid #949CA3;
}

.border_r_b {
	border-right: 1px solid #949CA3;
	border-bottom: 1px solid #949CA3;
}
