body {
	background-image: url(images/sitebg.gif);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
	font-size: 11px;
}

.producttitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#142c54;
	font-size:14px;
}

.lighttext {
	color: #FFFFFF;
	text-decoration: none;
}

.greytext {
	color: #CCCCCC;
	text-decoration: none;
}

.bluetext {
	color: #5270B2;
	text-decoration: none;
}

.txtlink {
	color: #993333;
	text-decoration: none;
}

.txtlinkpurchase {
	color: #B31500;
	text-decoration: none;
}

.contentbg {
	background-image: url(images/content_bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.txtlink:hover {
	color: #152C55;
	text-decoration: underline;
}
.txtlinkpurchase:hover {
	color: #152C55;
	text-decoration: underline;
}

.dashdivv1 {
	background-image: url(images/dashdiv_v.gif);
	background-repeat: repeat-y;
}

.dashdivv {
	background-attachment: scroll;
	background-image: url(images/dashdiv_v.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.snavbg {
	background-attachment: scroll;
	background-image: url(images/snav_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

table.products td {
	padding-left: 13px;
	padding-top: 7px;
}

.productborder {
	border-color:#999999;
	border-style: solid;
	border: thin;
	padding:0px;
}

.productbg {
	background-image:url(images/productsbg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}