/****************************** 
News call outs
*******************************/
.News h1 {
  color: #336699;
  line-height: 14pt;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 24pt;
  margin-bottom: 13px;
  font-weight: bold;
}
.News h3 {
  color: #336699;
  line-height: 14pt;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 13pt;
  margin-bottom: 13px;
  font-weight: bold;
}

.News h2 {
  color: #336699;
  line-height: 14pt;
  font-weight: bold;
  margin-bottom: 0pt;
  padding-bottom: 0pt;
  font-size: 8pt;
}

.News p{
  margin-top: 0pt;
  padding-top: 0pt;
  line-height: 10pt;
  font-size: 8pt;
}

.News ul{
  margin-left: 10px;
  padding-left: 10px;
  list-style-position: outside;
  list-style: none;
}

.News li{
  list-style-image: url(../home/arrow.gif); 
  padding-bottom: 10px;
  line-height: 10pt;
}

.News td{
  padding-left: 10px;
}
/****************************** 
Search Box call outs
*******************************/
.searchBox{
  line-height: 14pt;
  font-weight: bold;
}

.searchBox input{
  margin-top: 0px;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 2px;
  width:119px;
  height: 15px;
  background: #FFFFFF;
  font-size: 8pt;
}

.searchBox p{
  margin-top: 12px;
  margin-bottom: 1px;
}

/****************************** 
Introduction section call outs
*******************************/
.intro{
  line-height: 14pt;
  font-weight: normal;
  margin-top: 30px;
  margin-left: 1px;
  margin-right: 40px;
  margin-bottom: 30px;
}

tr .feature {
  background-Color: #E7E7E7;
}
td .feature {
  padding-left: 0px;
  padding-right: 0px;
}
.feature p{
  line-height: 10pt;
  font-weight: normal;
  margin-left: 0px;
  margin-top: 1px;
  margin-bottom: 6px;
}

.noUnderline{
  text-decoration: none;
}

