﻿a.a:link {
	color: #E47919;
	text-decoration: none;
}
a.a:visited {
	text-decoration: none;
	color: #E47919;
}
a.a:hover {
	text-decoration: underline;
	color: #E47919;
}
a.a:active {
	text-decoration: none;
}
.bj{
	background-image: url(../images/bj_main.jpg);
	background-repeat: repeat-y;
	background-position: right top;
  }
a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
a.menu:visited {
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
}
a.menu:hover {
	text-decoration: none;
	color: #FF9900;
	font-size:14px;
	font-weight:bold;
}
a.menu:active {
	text-decoration: none;
}