  body {
  background-color: #679FC0;
  color: #1C2942;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background-image: url(tutorialimages/bkg1.gif);
  background-position: bottom;
  background-repeat: repeat-x
}

a {
  color: #CC3366;
  text-decoration: none;
  font-weight: bold
}

a:visited {
  color: #FF99FF;
}

a:hover {
  text-decoration: underline;
  color: #FF3333;
}

b {
  color:#660066;
  font-size: 15px;
  font-weight: bold;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #660066;
}

h1.title2 {
  font-size: 13px;
  font-weight: bold;
  color: #993366;
  border: 2px dotted #5371d3;
  width: 300px;
  padding: 3px 3px 3px 3px;
}


UL.star  { list-style: disc url(tutorialimages/star.gif) }
UL.star2  { list-style: disc url(tutorialimages/star2.gif) }

hr {
  color: #5371d3;
  border-top: 3px dotted;
  width: 690px;
}

table {
  width: 700px;
  border: 10px double #5371d3;
  background-color: #3366CC;
  background-image: url(tutorialimages/bkg3.jpg);
  background-repeat: repeat;
}

.small{
  font-size: 10px;
  color: #FFFFFF;
}
.tip {
   color:#990066;
}
.imagetext {
  font-size: 11px;
  color: #CC00FF;
}
.disclaimer {
  font-size: 11px;
}
.printonly {
  display: none;
}



