body {
  position: relative;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 1000px;
}

h1 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #673499;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 20px;
}

h2 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #673499;
  margin-bottom: 5px;
  font-size: 18px;
}

h3 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #673499;
  margin-bottom: 5px;
  font-size: 16px;
}

h4 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #673499;
  margin-bottom: 5px;
  font-size: 18px;
}

h5 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: #673499;
  margin-bottom: 5px;
  font-size: 16px;
}

h6 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #673499;
  margin-bottom: 5px;
  font-size: 14px;
}

a {
/*  text-decoration: none; */
  color: #660033;
}
a:hover {
  color: #CCCCCC;
}

p, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.75em;
  color: #000000;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
}

dt { font-weight: bold; }

.hiliteTable
{
  border-top: 10px solid #66CC66;
  border-left: 1px solid #66CC66;
  border-bottom: 1px solid #66CC66;
  border-right: 1px solid #66CC66;
  margin-left: 10px;
}
.hiliteTable ul
{
  list-style-image:url("/images/small_arrow.gif");
  padding-left: 10px;
  margin-left: 10px;
  font-size: 10px;
}

.col1 ul {  list-style-image:url("/images/img_9.jpg"); }
.col1 a {
  border-bottom: 1px solid #999999;
  text-decoration: none;
  color: #66CC66;
}
.col1 a:hover {  color: #999999; }

.blogHead { }
.blogSubHead {
}
.blogTitle {
   background-color:#E0E0E0;
}
.blogDetail {
   font-style:italic;
   padding-left:25px;
   padding-right:25px;
}

