body{
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center; 
	background: url('../images/bg2.gif') #E9E9E9;
	background-repeat: repeat-y;
	background-position: top center;
}
body{
	text-align: -moz-center; 
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:link.more {
	font-weight: bold;
	color: #BF1E2D;
}
a:hover.more {
	font-weight: bold;
	color: #BF1E2D;
}
a:visited.more {
	font-weight: bold;
	color: #BF1E2D;
}
a:link.redbox {
	color: #000000;
	text-decoration: underline;
}
a:hover.redbox {
	color: #000000;
	text-decoration: none;
}
a:visited.redbox {
	color: #000000;
}
a:link.footer {
	color: #ffffff;
	text-decoration: underline;
}
a:hover.footer {
	color: #ffffff;
	text-decoration: none;
}
a:visited.footer {
	color: #ffffff;
}
h1{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.header {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
}
.productlist{
	padding-top: 4px;
	line-height: 25px;
}
.productpic{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.more{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
.error{
	color: red;
}