a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bg {
	background-color: #CCCCCC;
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgmenu {
	background-color: #131363;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0B0C3C;
	border-left-color: #0B0C3C;
}
.border {
	background-color: #0B0C3C;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D0E47;
	text-decoration: none;
}
.inputfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px inset #666666;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px outset #666666;
}
.smalltext {
	font-family: Arial;
	font-size: 10px;
	color: #0D0E47;
	text-decoration: none;
}
.pageheading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #0D0E47;
	text-decoration: none;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.catheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D0E47;
	text-decoration: none;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.cartprice {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.hrdiv {
	border: 1px dashed #CCCCCC;
}

