.mainText {
  font-family : Times New Roman;
  font-size : 10pt;
  color : #333333;
}
.newsText {
  font-family : Times New Roman;
  font-size : 9pt;
  color : #333333;
  margin: 14px 14px 14px 14px;
  padding: 15px 15px 15px 15px;
  border: 1px #cccccc solid;
  line-height: 9pt;
  font-stretch:condensed
}
.photoText {
  font-family : Times New Roman;
  font-size : 8pt;
  color : #333333;
}
.blurbText {
  font-family : Times New Roman;
  font-size : 15pt;
  font-style : italic;
  color : #333333;
}
.blurbText2 {
  font-family : Times New Roman;
  font-size : 12pt;
  font-style : italic;
  color : #333333;
   padding: 15px 15px 15px 15px;
}
.navAll {
  position: relative;
  bottom: 5px;
}
.nav {
  border-bottom: 1px #CCCCCC solid;
  font-family : georgia, Times New Roman;
  font-size : 7pt;
  letter-spacing: 2pt;
  line-height: 20px;
  color : #333333;
  text-decoration: none;
  width: 271px;
  height: 20px;
  cursor: pointer;
}
.nav:hover {
  background-color: #FFFFFF;/*#F8EAC5*/
  background-image: url(../images/nav_bg.jpg);
}