A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #0000ff;
}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}
body {
	scrollbar-arrow-color: red;
	scrollbar-base-color: red;
	scrollbar-dark-shadow-color: purple;
	scrollbar-track-color: #f4f4df;
	scrollbar-face-color: white;
	scrollbar-shadow-color: silver;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: red;
}
#topdiv {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	font-family: “Helvetica”;
	font-size:15px;
	font-style: italic;
	font-weight: bold;
	color:#000099;
	background:#ffffff;
	padding:8px;
       opacity:0.9;
}
#bottomdiv {
	position:fixed;
	bottom:0px;
	width:100%;
	background:#ffffff;
	padding:8px;
	opacity:0.9;
}
.container {
	Width: 95%;
	margin: 0 auto;
}
.header {
	background: #fff;
	width: 100%;
	top: 0;
	 opacity:0.9;
	position: fixed;
}
.logo {
	float: left;
	font-family: “Verdana”;
	font-style: italic;
	font-size: 15px;
	color:#000099;
}
a {
	text-decoration: none;
	color: #000099;
}
li {
	font-family: “Helvetica”;
	list-style: none;
	float: left;
	margin-left: 15px;
	padding-top: 5px;
}

.nav {
	float: right;
}
