body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a, a:visited {
	color: #0066cc;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	background-color: #6666cc;
	text-decoration:none;
}

#wots-all {
	width: 760px;
	margin: 0 auto;
}

#wots-title {
	padding: 0px;
	margin: 0px;
}

#wots-orderline {
/*	margin-bottom: 20px; */
	background-color: #6666ff;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	font: bold 16pt arial,helvetica,sans-serif;	
}

#wots-body {
	padding: 0;
}

#wots-copyright {
	clear: both;
	font: 8pt arial, helvetica, sans-serif;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #9999ff;
}

#wots-top {
	padding: 20px 0px;
}

#wots-left {
	width: 160px;
	float: left;
	padding-right: 20px;
}

* html #wots-left {
	width: 180px;
	w\idth: 160px;
}

#wots-right {
	width: 160px;
	float: right;
}

#wots-center {
	width: 400px;
	float: left;
}

#wots-bottom {
	clear: both;
	padding: 20px 0px;
	border-bottom: 1px solid #9999ff;
}

#wots-menus
{
	margin-bottom: 0px;
	font: bold 8pt arial, helvetica, sans-serif;
	padding: 5px 2px;
	background-color: #000066;
}

#wots-menus a, #wots-menus a:visited
{
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	border-color: #000066;
	text-decoration:none;
}

#wots-menus a:hover, #wots-menus a:active {
	border-color: #ffffff;
}


/* ====== Navigation ====== */

#wots-left ul
{
	padding: 0px;
	margin: 0px;
}

#wots-left ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: dotted 1px #666666;
	list-style-type: none;
}

#wots-left ul li a, #wots-left ul li a:visited {
	display: block;
	color: #6633CC;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}

#wots-left ul li a:hover, #left ul li a:active {
	background-color: #9999ff;
	color: #ffffff;
}

#wots-center a, #wots-center a:visited {
	font-weight: bold;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #990000;
	border-bottom: 1px solid #000099;
	font: bold 16pt arial, helvetica, sans-serif;
}

h2 {
	color: #000099;
	font: bold italic 13pt arial, helvetica, sans-serif;
}

h3 {
	color: #990000;
	font: bold 11pt arial, helvetica, sans-serif;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
}

ul li {
	margin-left: 0px;
	padding-left: 0px;
}