body {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10pt;
	margin: 5px 0px 5px 5px;
}

a {
	color: #000000;
}

/*
a:visited {
	color: #666666;
}
*/

table, input, select, textarea {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10pt;
}

div.dotted {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	border-style: dotted;
	border-color: #0066ff;
	border-width: 0px 0px medium 0px;
}

/* center middle */
.cm {
	text-align: center;
	vertical-align: middle;
}

/* center top */
.ct {
	text-align: center;
	vertical-align: top;
}

/* left top */
.lt {
	text-align: left;
	vertical-align: top;
}

/* right top */
.rt {
	text-align: right;
	vertical-align: top;
}

/* view=compact one column */
.cv {
	width: 145px;
	text-align: center;
	vertical-align: top;
}

/* small picture */
.sp {
	width: 64px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
}

/* large picture */
.lp {
	width: 192px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
}

/* price */
.p {
	color: #666666;
}