body {
  background-image: url(stripebg.png);
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
body, table, td, div {
	font: 11pt Arial,Tahoma,Verdana,Helvetica;
}
td {
    vertical-align: top;
}

small {
	font: 9pt Arial,Verdana,Helvetica;
}

img {
    border-width: 0;
}
li {
  margin: 15px;
  padding-left: 10px;
}
li.benefits {
  margin: 15px;
  padding-left: 10px;
  list-style-image: url(checkmar.gif); /*(img/bullet_blue.png);*/
}
li.upcoming {
  margin: 15px;
  padding-left: 10px;
  list-style-image: url(bullet_b.png);
}
h1 {
    font: 18pt Arial,Tahoma,Verdana,Helvetica;
    margin: 24px 0;
}
h2 {
    font: 14pt Arial,Tahoma,Verdana,Helvetica;
    margin: 14px 0;
}

a, a:visited {
  color: #0033CC;
/*  text-decoration: none;
}
a:hover {
  text-decoration: underline;*/
}

.mainheader, .mainheader a {
	font: 18pt Arial,Tahoma,Verdana,Helvetica;
	/* font-weight:bold; */
	margin: 10px;
	text-align: center;
    text-decoration: none;
    color: #000000;
}
.orderbox {
  border: dashed 3px #000000;
}

.hdn {
  display: none;
}


.rcdiv {
  padding: 5px;
  text-align: center;
}
.rctable {
  /*background-color: #FFFFFF;*/
  width: 1050px;
}
.rctd {
  background-color: #FFFFFF;
  padding: 10px;
}

.tl {
  width: 5px;
  height: 5px;
  background: url(tl000000.png) top left no-repeat;
}
.tc {
  background: url(sq000000.png) top repeat-x;
  background-color: #FFFFFF;
}
.tr {
  width: 5px;
  height: 5px;
  background: url(tr000000.png) top right no-repeat;
}
.ml {
  width: 5px;
  background: url(sq000000.png) left repeat-y;
  background-color: #FFFFFF;
}
.mr {
  width: 5px;
  background: url(sq000000.png) right repeat-y;
  background-color: #FFFFFF;
}
.bl {
  width: 5px;
  height: 5px;
  background: url(bl000000.png) bottom left no-repeat;
}
.bc {
  background: url(sq000000.png) bottom repeat-x;
  background-color: #FFFFFF;
}
.br {
  width: 5px;
  height: 5px;
  background: url(br000000.png) bottom right no-repeat;
}

/* Testimonials */
.testimonial a, .testimonial a:visited {
  color: #000000;
}
.testimonial a:hover {
  color: #0033CC;
}
.rcdiv1 {
  text-align: center;
}
.rctd1 {
  padding: 10px;
  font-size: smaller;
}

.rctable1 {
  background-color: #FFFFEE;
  width: 80%;
}

.tl1 {
  width: 5px;
  height: 5px;
  background: url(tl100000.png) top left no-repeat;
}
.tc1 {
  background: url(sq100000.png) top repeat-x;
}
.tr1 {
  width: 5px;
  height: 5px;
  background: url(tr100000.png) top right no-repeat;
}
.ml1 {
  width: 5px;
  background: url(sq100000.png) left repeat-y;
}
.mr1 {
  width: 5px;
  background: url(sq100000.png) right repeat-y;
}
.bl1 {
  width: 5px;
  height: 5px;
  background: url(bl100000.png) bottom left no-repeat;
}
.bc1 {
  background: url(sq100000.png) bottom repeat-x;
}
.br1 {
  width: 5px;
  height: 5px;
  background: url(br100000.png) bottom right no-repeat;
}


