body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  height: 100%;
}

/* The text sitting in the orange band running across the page */
#otitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

/* The main content on the home page */
#homecontent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #cccccc;
}

#homecontent a {
  color: #cccccc;
}

#homecontent a:hover {
  color: #ff6600;
}

.firstpage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #cccccc;
}

.firstpage a {
  color: #cccccc;
}

.firstpage a:hover {
  color: #ff6600;
}

.toptitle {
  color: #ff6600;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}

.toptitle a {
  color: #ff6600;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}


.homelink {
  color: #ff9966;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}

.homenewslink {
  color: #ff9966;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#homeaddress {
  color: #ff9966;
  font-family: Arial, helvetica, sans-serif;
  font-size: 11px;
}

#homeaddress a {
  color: #ff9966;
  text-decoration: none;
}

.homenav {
  color: #ffffff;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}

.homenav a {
  text-decoration: none;
}

#sectiontitle {
  font-family: Arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: demi-bold;
}

#sectiontitle a {
  color: #ffffff;
  text-decoration: none;
}

.newscontent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

.newscontent a {
  color: #000000;
}

.newscontentwhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #cccccc;
}

#newslinks {
  font-size: 12px;
}

#newslinks a {
  color: #000000;
}

#newslinkswhite {
  font-size: 12px;
  color: #cccccc;
}

#newslinkswhite a {
  color: #cccccc;
}

#archivelinkswhite {
  font-size: 17px;
  color: #cccccc;
}

#archivelinkswhite a {
  color: #cccccc;
}

p, h1, h2, h3, h4, h5, td {
  font-family: Arial, Helvetica, sans-serif;
}

.dropbox, .dropbox option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h2.newshead { 
  font-size: 20px;
  font-weight: normal;
}

h2.newsheadwhite { 
  font-size: 20px;
  font-weight: normal;
  color: #cccccc;
}

font.archhead { 
  font-size: 17px;
  font-weight: bold;
  color: #ff9966;
}

a:hover,
#sectiontitle a:hover, 
#homeaddress a:hover,
#newslinks a:hover,
#newslinkswhite a:hover,
#archivelinkswhite a:hover
 {
  color: #ff6600;
}

li {
  font-size: 10pt;
}

/* The summary text in the case studies */

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
}

/* The source text in the case studies */

.source {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  color: #FF6600;
}

/* The links and email text in the case studies */
.links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color : red;
}
