body {
	margin: 0px;
}
.nav {
	background-image: url(image/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.hr_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
.vr_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
}
.menu_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3571b9;
	background-image: url(image/menu-left-selecetd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
.product {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9900;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
a.menu_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.menu_link:hover {
	color:#3571b9;
	text-decoration:none;
}

a.nav_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.nav_link:hover {
	color:#ff9900;
	text-decoration:none;
}
a.white_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
a.white_link:hover {
	color:#ffffff;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
a:hover {
	color:#3571b9;
	text-decoration:underline;
}
