/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h3 {
	color: #B10B26;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.logo {
	color: #AE780B;
	font-size: 18px;
	font-weight: bold;
}
.menu_v {
	font-size: 16px;
	font-weight: bold;
	color: #B10B26;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #b10B26;
	border-left: none
}
.menu_b {
	color: #AE780B;
	font-size: 12px;
}
.copy {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.price1 {
	color: #B10B26;
	background-color: #EBEDD7;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B10B26;
}
.price2 {
	background-color: #FDFFEC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B10B26;
}
