﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin: 0 0 0 0;
}

.bg_body
{
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg_ru
{
	background-image: url(../images/rubg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	text-decoration: none;
	color: #575757;
}
a:visited {
	text-decoration: none;
	color: #575757;
}
a:hover {
	text-decoration: underline;
	color: #484848;
}
a:active {
	text-decoration: none;
	color: #575757;
}
.menu_this {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.hg {
	line-height: 250%;
}

a.menu:link {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #6C6C6C;
}
a.menu:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #6C6C6C;
}
a.menu:hover {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
a.menu:active {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #6C6C6C;
}
.txtbox {
	border: 1px solid #D5D5D5;
}

/*菜单样式*/
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100%;
border-bottom-width: 0;
}
.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
display: block;
width: auto;
padding: 5px 5px 5px 20px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}
/*菜单样式结束*/

