body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #E6F2FF;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	color:  #c30;
	outline: none;
	}
	
a:visited {
	color:  #999;
	}
	
a:active {
	color:  #999;
	}
	
a:hover {
	color: #ccc;
	text-decoration: underline;
	}

hr { height:1px; }
	
.ahem {
	display: none;
	}
	
.leftfloat {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
strong, b {
	font-weight: bold;
	}
	
p {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	line-height: 120%;
	margin:0px;
	padding:0px;	
	margin-bottom:12px;
	}
h1 {
	color: #036;
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	line-height: 100%;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;	
	}
#right h1 {
	color: #036;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;	
	border-bottom:1px solid #036;
	}
		
h2 {
	color: #09c;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
h3 {
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	line-height: 100%;
	font-weight: bold;
	margin:0px;
	padding:0px;	
	}
	
img {
	border:0;
	}
	
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
	
.tiny {
	color:#999;
	font-size: xx-small;
	line-height:120%;
	}	
	
.spacer {
	clear:both;
	}	
	
.prodimg {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}	
	
#bottom {
	margin: 10px 180px 50px 165px;
	padding: 10px;
	border: 2px solid #6cf;
	background: #fff;
	}
	
#bottom p {
	font-size: xx-small;
	color:#999;
	line-height:120%;
	}	
	
#left {
	position: absolute;
	top:0px;
	left: 0px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #6cf;
	background: #fff;
	width: 144px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
	
#left p {
	font-size: xx-small;
	color:#999;
	font-family:arial,helvetica,sans-serif;
	}	
	
#right p {
	font-size: xx-small;
	color:#999;
	margin-bottom:15px;	
	font-family:arial,helvetica,sans-serif;
	}	
		
#middle {
	margin: 10px 180px 0px 165px;
	padding: 10px;
	border: 2px solid #6cf;
	background: #fff;
	}
	
#right {
	overflow:hidden;
	position: absolute;
	top:0px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 10px;
	padding: 10px;
	border: 2px solid #6cf;
	background: #fff;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #right {
	width: 150px; /* ie5win fudge ends */
	}
	
.leftpane {
	float:left;
	width:180px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background:#f4f4f4;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body .leftpane {
	width: 160px;
	}	
	
.rightpane {
	float:right;
	width:180px;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background:#f4f4f4;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body .rightpane {
	width: 160px;
	}	
	
pre {
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}