  body {
	color : #242424;
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	line-height : 1.2;
	background-color: #ffffff;
	margin: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
  }

  p, div {
	color : #242424;
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	line-height : 1.2;
  }

  table, th, td {
	color : #242424;
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	line-height : 1.2;
	background-color: #ffffff;
	cell-padding: 0px;
	cell-spacing: 0px;
	border: none;
  }

  .note {
	color : #888888;
	font-size : 9px;
  }

  .bordered {
	border-width: 1px;
	border-color: #c5c7c2;
	border-style: solid;
	border: solid 1px #c5c7c2;
  }

  .backgrounded {
	background-color:#f3f2eb;
  }

  .backgroundbordered {
	background-color:#f3f2eb;
	border-width: 1px;
	border-color: #c5c7c2;
	border-style: solid;
	border: solid 1px #c5c7c2;
  }

  .pricebox {
	background-color: #afafa8;
	vertical-align: middle;
	text-align: center;
	margin: 8px
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
  }

  .price {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
  }

  .pricenote {
	color: #212121;
	font-size: 9px;
	line-height: 1.8;
  }

  .pagehead {
	color: #2c2c2c;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
  }

  .pagesubhead {
	color: #2c2c2c;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
  }

  .introblock td p,
  .introblock td,
  .introblock td h4 {
	font-size: 12px;
	line-height: 20px;
  }

  .pagelink {
	color: #2c2c2c;
	font-size: 10px;
	text-align: right;
  }

  a {
	color:#8e0000;
	text-decoration:none;
  }

  a:hover {
	color:#868b80;
	text-decoration:none;
  }

  .winename {
	color:#868b80;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
  }

  .imagetxt {
	background-color: #f3f2eb;
	font-size: 9px;
	color: 999999;
	padding: 12px;
  }

  table.accountinfo tr {
	padding: 5px;
  }

  table.accountinfo td.accountinfo-head {
	padding-bottom: 5px;
	font-weight: bold;
  }

  table.accountinfo td.accountinfo-td {
	width: 100px;
  }






#subscribe-form-getinfo label,
#subscribe-form-info label {
	float: left;
	clear: left;
	padding-top:5px;
	width:95px;
	position:relative;
}

#subscribe-form-getinfo input, #subscribe-form-getinfo textarea,
#subscribe-form-info input, #subscribe-form-info textarea {
	margin: 2px 0 0 0px;
	border: 1px solid #c0c0c0;
	width: 180px;
	display: block;
	float: left;
	_display:inline;
}

input#subscribe-address2 {
	margin-left: 95px;
}

input#subscribe-postal {
	width: 50px;
	margin-right: 0;
}

input#subscribe-city {
	width: 126px;
	margin-left: 2px;
}

.spacing,
input#subscribe-name,
input#subscribe-password,
input#subscribe-email {
	margin-top: 15px;
}

input#subscribe-submit {
	margin: 15px 0 0 125px;
	width: 150px;
}

input#subscribe-infophone {
	width: 114px;
}

input#subscribe-getinfo {
	width: 58px;
	margin-left: 2px;
	font-size: 11px;
	padding-top:2px;
	*padding-top:1px;
	padding-bottom: 1px;
}

#subscribe-form-getinfo input.hidden {
	display: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	padding: 5px 5px 10px 5px;
	position: relative;
	margin: 0 0 1em 0;
	background: #f3f2eb;
	*padding-top: 10px;
}

legend {
	position: absolute;
	top: -.5em;
	left: .2em;
	color: #000000;
}

ul.error {
	clear: both;
	margin: 0;
	padding: 5px 15px 0 15px;
}

ul.error li {
	color: #b30000;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: outside;
	padding-bottom: 5px;
}