@import url(second.css);

div, p, li, dd    {
  font-size:    16px;
  font-family : Gorgia,"Times New Roman", Times, serif;
  line-height : 125%;
}

body,td {
  font-size:    16px;
  font-family : Gorgia,"Times New Roman", Times, serif;
}

H1,H2,H3,H4,H5 {
  font-size : 24px;
  font-family : Gorgia,"Times New Roman", Times, serif;
  line-height : 100%;
  font-weight : normal;
  color : #003366;
}

.nav {
    color: #D8E3E4;
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size:    10px;
    text-decoration: none;
}
.nav:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.disclaimer {
    color: #003366;
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size:    10px;
}

.more {
  font-size : 12px;
  color : #666666;
}
.date {
  font-size : 14px;
  color : #666666;
}

p, ul, ol, dl	{
	margin-top:	.67em;
	margin-bottom: .67em;
}
