@import url("a.css");
body
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	margin:				0px;
	padding:			0px;
}
.text
{
	font-size:			11px;
}
.btn_up
{
	background-image:	url(../images/btn_up.jpg);
	background-repeat:	no-repeat;
	height:				31px;
	padding-left:		35px;
	cursor:				pointer;
	font-weight:		bold;
	color:				#000;
	text-decoration:	none;
	font-size:			14px;
	text-transform:		lowercase;
}
.btn_over
{
	background-image:	url(../images/btn_over.jpg);
	background-repeat:	no-repeat;
	height:				31px;
	padding-left:		35px;
	cursor:				default;
	font-weight:		bold;
	color:				#64A121;
	text-decoration:	none;
	font-size:			14px;
	text-transform:		lowercase;
}

#menu
{
	width:				217px;
}

.title_1
{
	font-weight:		bold;
	color:				#83A421;
	font-size:			13px;
}
.title_2
{
	font-weight:		bold;
	color:				#000;
	font-size:			13px;
}
.style1 {
	color: 				#83A421;
	font-weight:		bold;
}
.pro_line
{
	line-height:		16px;
}