/* Style sheet for OLD ENGLISH site */

BODY {
  color: #0000cc;
}

TABLE.fullpage {
  height: 100%;
}

.copy, td {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #666666;
  line-height: 120%; 
  font-weight: normal;
}

.introcopy {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #666666;
  line-height: 140%; 
  font-weight: normal;
}

.copywhite {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FFFFFF;
  line-height: 120%; 
  font-weight: normal;
}

A.copywhite  {
  text-decoration: none;
    color: #ffffff;
}
   
A.copywhite:link {
  color: #ffffff;
  text-decoration: none;
}

A.copywhite:visited {
  color: #ffffff;
  text-decoration: none;
}

A.copywhite:hover {
  color: #ffffff;
  text-decoration: none;
}

/* PROMO COPY STYLES FOR LEFT BAR */
.promocopy {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FFFFFF;
  line-height: 125%; 
  font-weight: bold;
}

.promocopysmall {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #FFFFFF;
  line-height: 100%; 
  font-weight: normal;
}

A.promocopysmall  {
  text-decoration: none;
}
   
A.promocopysmall:link {
  color: #FFFFFF;
  text-decoration: none;
}

A.promocopysmall:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A.promocopysmall:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A.promocopy  {
  text-decoration: none;
}
   
A.promocopy:link {
  color: #FFFFFF;
  text-decoration: none;
}

A.promocopy:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A.promocopy:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* PROMO COPY STYLES FOR LEFT BAR */

/* TOPIC STYLES */
.topictoc {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #FFFFFF;
  line-height: 125%; 
  font-weight: bold;
}

A.topictoc  {
  text-decoration: none;
}
   
A.topictoc:link {
  color: #FFFFFF;
  text-decoration: none;
}

A.topictoc:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A.topictoc:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.topicnav {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #009543;
  line-height: 125%; 
  font-weight: bold;
}

A.topicnav  {
  text-decoration: none;
    color: #009543;
}
   
A.topicnav:link {
  color: #009543;
  text-decoration: none;
}

A.topicnav:visited {
  color: #009543;
  text-decoration: none;
}

A.topicnav:hover {
  color: #009543;
  text-decoration: underline;
}
/* END TOP STYLES */


/* STANDARD TYPE STYLES */
.smallcopy {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #0F238C;
  font-weight: normal;
}

h2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px; 
  color: #0F238C;
  line-height: 125%; 
  font-weight: bold;
}

h3 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #0F238C;
  line-height: 125%;
  font-weight: bold;
}

.questionheader {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px; 
  color: #6699ff;
  line-height: 125%;
  font-weight: bold;
}

.copycolor1 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #009543;
  line-height: 120%; 
  font-weight: normal;
}


.copycolor1Bold {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #009543;
  line-height: 120%; 
  font-weight: bold;
}

.copycolor2Bold {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #a4571c;
  line-height: 120%; 
  font-weight: bold;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  color: #4c4c4c;
  line-height: 125%; 
  font-weight: normal;
}

TD.navbackground {
  background-image: url(../images/nav_tile.gif);
  background-repeat: repeat-x;
  background-color: #A4571C;
}

TD.popnavbackground {
  background-image: url(../images/hm_nav_tile.gif);
  background-repeat: repeat-x;
  background-color: #6E85C5;
}

TD.bgcolor1 {
  background-color: #009543;
}

TD.bgcolor2 {
  background-color: #A4571C;
}



A {
  text-decoration: none;
}
   
A:link {
  color: #A4571C;
  text-decoration: underline;
}

A:visited {
  color: #A4571C;
  text-decoration: underline;
}

A:hover {
  color: #A4571C;
  text-decoration: underline;
}

A.footer  {
  text-decoration: underline;
}
   
A.footer:link {
  color: #4c4c4c;
  text-decoration: underline;
}

A.footer:visited {
  color: #4c4c4c;
  text-decoration: underline;
}

A.footer:hover {
  color: #4c4c4c;
  text-decoration: underline;
}

