/* BEGIN - Classes for index.htm */
	
.nav {
  font-family: Times;
  font-size: 12px;
  color: #DADADA;	
}
.nav a {
  font-family: Times;
  text-decoration:none;
  font-size: 12px;
  color: #DADADA;
}
.nav a:hover {
  font-family: Times;	
  text-decoration: underline;
  font-size: 12px;
  color: #9D7E12;
}
.body{
  font-family: Times;
  font-size: 14px;
  color: #091028;	
}
.body a {
  font-family: Times;
  font-size: 14px;
  color: #091028;
}
.body a:hover {
  font-family: Times;	
  text-decoration: underline;
  font-size: 14px;
  color: #091028;
}
.bodysm{
  font-family: Times;
  font-size: 12px;
  color: #091028;	
}
.bodysm a {
  font-family: Times;
  font-size: 12px;
  color: #091028;
}
.bodysm a:hover {
  font-family: Times;	
  text-decoration: underline;
  font-size: 12px;
  color: #091028;
}
.bodybig{
  font-family: Times;
  font-size: 16px;
  color: #091028;	
}
.bodybig a {
  font-family: Times;
  font-size: 16px;
  color: #091028;
}
.bodybig a:hover {
  font-family: Times;	
  text-decoration: underline;
  font-size: 16px;
  color: #091028;
}
.footer{
  font-family: Times;
  font-size: 11px;
  color: #091028;	
}
.footer a {
  font-family: Times;
  font-size: 11px;
  color: #091028;
}
.footer a:hover {
  font-family: Times;	
  text-decoration: underline;
  font-size: 11px;
  color: #091028;
}

/* END - Classes for index.htm */

