body, td {
	font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#555;
}

.menu_item a{	font-family: Arial, Helvetica, sans-serif; color: white; font-weight:bold; text-decoration:none; }
.menu_item a:hover {	text-decoration:none; color:	; }

.menu_title {
	color:white; font-variant: small-caps; font-weight: bold;
}

a {
	text-decoration: none;
	color: Blue;
}
a:hover {
	color: #FF4500;
}

.title {
	font-weight: bold; font-size: 13px; color: blue; font-family: Arial; font-variant:small-caps;
}
.title1 {
	font-weight: bold; font-size: 14px; color: blue; font-family: Arial; font-variant:small-caps;
}

.price {
	color: red; font-size: 11px; font-weight: bold;
}
.price1 {
	color: red; font-weight: bold;
}
.price2 {
	color: red; font-size: 11px; font-weight: bold; width: 42px; text-align: right; margin-right: 4px;
}

td.line_bottom {
	border-bottom-style:dashed; border-bottom-color:#CCCCCC; border-bottom-width:1px; padding-top: 10px;
}

.nav		{ font-weight: bold; font-size: 12px; }
.nav a	{ text-decoration: none; color : blue; }
.nav a:hover	{ text-decoration: underline; color : #FF4500; }
.nav_i	{ text-decoration: underline; }

.anphabet {
	word-spacing:10px;
}
.anphabet a {
	text-decoration: underline;
}

.img{border: 1px solid #ccc; padding:1px;}

.linkwhite {
	font-variant:small-caps;
	font-weight: bold;
	color: White; 
	text-decoration: none;
}
.linkwhite a {
	color: White;
}
.linkwhite a:hover {
	color: Black;
}