/* Main Body style */
BODY {
	font-size : 8pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal; 
	color : #330033; 
	background-color : #ffffff;
	background-image : url("images/bg_sky.jpg");
	margin : 10 5 10 5;
	padding : 0 0 0 0;
	width : auto; 
}
a:link {
	color : #840084; 
	text-decoration: none;
}
a:visited {
	color : #840084; 
	text-decoration: none;
}
a:active {
	color : #840084; 
	text-decoration: none;
}
a:hover {
	color : #cc99cc; 
	text-decoration: none;
}

/* Menu */
.menu {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	color : #330033; 
}
.menu a:link {
	color : #840084; 
	text-decoration: none;
}
.menu a:visited {
	color : #840084; 
	text-decoration: none;
}
.menu a:active {
	color : #840084; 
	text-decoration: none;
}
.menu a:hover {
	color : #cc99cc; 
	text-decoration: none;
}

/* Cart Item */
.cart_item {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal; 
	padding : 10 0 10 0;
}

/* Scroll Box */
#divScrollTextCont {
	position:absolute;
	left:5px;
	top:675px;
	width:150px;
	height:200px;
	clip:rect(0px 150px 200px 0px);
	overflow:hidden;
	visibility:hidden;
}
#divText {
	position:absolute;
	left:0px;
	top:0px;
	font-size : 9pt; 
	font-weight : normal; 
	font-family : Arial, Helvetica, sans-serif; 
}
