body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #AA0CCE;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color: #FFC8DE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFF1F7;
	scrollbar-arrow-color: #AA0CCE;
	scrollbar-track-color: #FFDDEB;
	scrollbar-darkshadow-color: #AA0CCE;
	font-size: 85%;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	color: #AA0CCE;
	text-decoration: none;
}
a:active {
	color: #AA0CCE;
	text-decoration: none;
}
#mainTable {
	width: 780px;
}
#headerPanel {
	background-image: url(images/headfootBG.jpg);
	height: 80px;
	width: 450px;
	background-repeat: repeat-y;
}
#contentPanel {
	background-image: url(images/contentBG.jpg);
	height: 460px;
	width: 430px;
	background-repeat: no-repeat;
	vertical-align: top;
}
#footerPanel {
	background-image: url(images/headfootBG.jpg);
	background-repeat: repeat-y;
	height: 30px;
	width: 450px;
	text-align: center;
	font-size: 90%;
}
#content {
	padding-top: 10px;
	padding-left: 10px;
	overflow: auto;
	height: 450px;
	width: 420px;
}
#contentHome {
	padding-top: 20px;
	overflow: auto;
	height: 440px;
	width: 420px;
}
#toprightPanel {
	background-image: url(images/toprightBG.jpg);
	height: 60px;
	width: 290px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.productsTable {
	text-align: center;
	width: 95%;
}
.highlighted {
	background-color: #FFDDEB;
	border: 2px solid #FFFFFF;
}
.btn {
	color: #FFFFFF;
	background-color: #FF0066;
}
.control {
	color: #AA0CCE;
}
