body {
	margin: 0 0 0 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
}
H1{
	color: #673301;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

H2
{
	font-size: 1.5em;
	line-height: normal;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	line-height: 17px;
	margin: 10px 25px 10px 25px;
	padding: 0;
}
.contentCell {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	height: 40px;
}

/* rounded box */
.sticky {
  background-color: #F0F0F0;
  border: 1px solid #D0D0E0;
  position: relative; /* peekaboo ie bug */
}
.sticky .w1 {
  background-image: url(images/sticky-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}
.sticky .w2 {
  background-image: url(images/sticky-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}
.sticky .w3 {
  background-image: url(images/sticky-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.sticky .w4 {
  background-image: url(images/sticky-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding: 1.2em;
  overflow: hidden;
}
.sticky .w4 p {
  position: relative;
}
/* end rounded box */

.tenpixspacer
{
	height: 10px;
}

.twentypixspacer
{
	height: 20px;
}

.faqBtmBdr
{
	border-bottom: dotted 1px #c0c0c0;
}

.bigText
{
	font-size: 14px;
	font-weight: bold;
}

.errorText
{
	color: #ff0000;
	font-weight: bold;
}