html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

p, h1, h2, h3 {
  margin: 0 10px 5px 10px;
	line-height: 1.3em;
}

table, td, tr {
	border: none;
	padding: 0;
	border-spacing: 0px;
	border-style: none;
}

body {
	line-height: 1.3em;
	background: #938A8A;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

div.window {
  width: 850px;
  margin: 30px auto 0;
  color: #fff;
  background: #000;
}

div.left {
	width: 202px;
	padding: 0 4px 0 4px;
	float: left;
	text-align: left;
	vertical-align: top;
}

div.center {
  background: #fff;
  width: 490px;
  color: #000;
  float: left;
	text-align: left;
	vertical-align: top;
}

div.right {
  width: 150px;
  float: left;
	text-align: left;
	vertical-align: top;
}

div.footer {
  text-align: center;
  background: #938A8A;
  clear:both;
  vertical-align: middle;
}

a	{
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

a.hover:link, a.hover:visited, a.hover:hover {
  font-size        : 12px;
  color            : #000000;
}

.module_menu a {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: auto;
}

.module_menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#current {
  text-decoration: underline;
}

.redborder {
  border: 2px solid #f00;
  color: #f00;
}

.anchor {
  color: #333;
  margin: 0 10px 10px 10px;
  font-size: 8pt;
  text-align: right;
}

.price {
  color: #300;
  font-weight: bold; 
}

