body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #BCC0CB;
	overflow: auto;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-face-color: #BCC0CB;
	scrollbar-3dlight-color: #aaaaaa;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #BCC0CB;
	scrollbar-arrow-color: #ffffff;
}
.right-strip {
	background-color: #FFFFFF;
	background-image: url(images/right-bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 70px;
}
.left-strip {
	background-color: #FFFFFF;
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 70px;
}
.height-white {
	background-color: #FFFFFF;
	height: 100%;
	width: 566px;
}
.height {
	background-color: #FFFFFF;
	height: 100%;
}
.text-black {
		font-family: Verdana, sans-serif;
		font-size: 9px;
		color: #000000;
}
.text-black10 {
		font-family: Verdana, sans-serif;
		font-size: 9px;
		color: #000000;
		line-height: 22px;
}
.text-black-b {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #000000;
}
.text-pink {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #F83DA8;
}
.text-pink-sml {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #F83DA8;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #F83DA8;
}
a:active {
	text-decoration: underline;
}
a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	color: #F83DA8;
}
a.black:active {
	text-decoration: none;
}
.ctform {
		color: #000000;
		font-family: Verdana, Arial, SansSerif;
		font-weight: normal;
		font-size: 10px;
		background-color: #ffffff;
		border-top:1px solid #F83DA8;
		border-bottom:1px solid #F83DA8;
		border-right:1px solid #F83DA8;
		border-left:1px solid #F83DA8;
		text-align: left;
		overflow: auto;
}
	.ctformsubmit {
		color: #000000;
		font-family: Verdana, Arial, SansSerif;
		font-weight: bold;
		font-size: 10px;
		background-color: #ffffff;
		border-top:1px solid #F83DA8;
		border-bottom:1px solid #F83DA8;
		border-right:1px solid #F83DA8;
		border-left:1px solid #F83DA8;
		text-align: center; 
}


/* Promotional Catalogue Styles */

.productimage {
	width: 120px;
	float: right;
	padding-left: 5px;
}

.productimage img {
	padding: 1px;
	border: solid 2px #B5B5B5;
}

.productbody {
	font-size: 9pt;
}

.thinborder 
{
	border: solid 1px #A0A0A0;
	border-collapse: collapse;
	background-color: white;
	font-size: 9pt;
}

.thinborder td, .thinborder th 
{
	border: solid 1px #A0A0A0;
	padding: 2px;
}

