body {
	background-color: #08000b;
}
hr {
	background-color: #FFFFFF;
	height: 1px;
	width: 400px;
	background-position: center;
}
.bgimage {
	background-attachment: scroll;
	background-image: url(images/DSI_main_BG.jpg);
	background-repeat: no-repeat;
	height: 1820px;
	width: 1024px;
	background-position: center top;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CCCC;
}
.product {
	background-color: #FFFFFF;
}
.subtitle, .subtitle a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
}
.subtitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.producttable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
}
.productL {
	background-image: url(images/ItemBG_Left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.productTL {
	background-image: url(images/ItemBG_TopLeft.gif);
	background-repeat: no-repeat;
}
.productT {
	background-image: url(images/ItemBG_Top.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.productTR {
	background-image: url(images/ItemBG_TopRight.gif);
	background-repeat: no-repeat;
}
.productR {
	background-image: url(images/ItemBG_Right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.productBL {
	background-image: url(images/ItemBG_BottomLeft.gif);
	background-repeat: no-repeat;
}
.productB {
	background-image: url(images/ItemBG_Bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.productBR {
	background-image: url(images/ItemBG_BottomRight.gif);
	background-repeat: no-repeat;
}
.producttxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.producttxt a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.producttxt a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.transparentBG {
	background: url(images/cccccc.gif);
}

