@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #CCCCFF;
}.shopbox {
	background-color: #FFFFFF;
	border: 3px solid #9966FF;
	padding: 6px;
}
.main {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
.headerbig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #9D388E;
}
.headerblue {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #0000FF;
}
.headerred {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.headerblack {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a.toplinks:link,a.toplinks:visited{
	color:#9D388E;
	text-decoration:underline;
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:400;
	line-height:150%;
}
a.toplinks:hover,a.toplinks:visited:hover{
	color:#000000;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:400;
	line-height:150%;
}
a.shoplinks:link,a.shoplinks:visited{
	color:#0000FF;
	text-decoration:underline;
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:400;
	line-height:150%;
}
a.shoplinks:hover,a.shoplinks:visited:hover{
	color:#000000;
	text-decoration:none;
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:400;
	line-height:150%;
}
