.big {
  font-family: Arial;
  font-weight: bold;
  font-size: 18pt;
  line-height: 1.2em;
  color: AliceBlue;
  font-style: italic;
}

.Little {
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  color: White;
  word-spacing: 0.4 em;
}

.small {
  font-family: Arial;
  font-size: 8pt;
  color: #909090;
}

.LookAtMe {
  font-size: 12pt;
}

A.picks {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  color: White;
  text-decoration: none;
  width: 150;
}

A.picks:hover {
  color: #d0c2a6;
  text-decoration: Underline;
}


p, body, ul, li, td, tr, blockquote {
  font-family: Trebuchet MS, helvetica, sans-serif;
  line-height: 1.5em;
  font-size: 10pt;
  color: #606060;
}

.std {
  font-family: Trebuchet MS, helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1em;
  color: #606060;
}


.breakline {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #99852E;
  text-align: right;
}


em {
  font-family: Arial, helvetica, sans-serif;
  font-weight: Bold;
  color: #a4926b;
  text-decoration: none;
  font-style: normal;
}

i {
  color: #AA4C53;
}


.footer {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  color: AliceBlue;
  text-align: center;
}

a.txtLink {
  font-family: Arial, helvetica, sans-serif;
  color: AliceBlue;
  text-decoration: none;
}

a.txtLink:hover {
  color: Orange;

}

h3 {
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: Bold;
  color: #e25f55;
  text-align: center;
}

h4 {
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: Bold;
  color: #415a9a;
}

h5 {
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: Bold;
  color: #415a9a;
}


.NavButton {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  line-height: .9em;
  color :  RoyalBlue ;
  }

.Entry {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  color :  DarkGreen ;
  }

.Data {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  color : Green ;
  }

.Labels {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  color : #415a9a ;
  }

.Required {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt;
  color : Crimson;
  }

.Notice  {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  color : Crimson ;
}

.Error {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  font-weight: Bold;
  color : Red ;
  }

.frameBox  {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  background-color : DarkRed  ;
  color : white ;
  }

.frameHdr  {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt ;
  background-color : palevioletred ;
  color : White ;
  }

.frameBkgr {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  background-color : lightgrey ;
  font-size : 9pt ;
  }

.frameBody {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  background-color : #000033 ;
  font-size : 9pt ;
  }

.Nav {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt;
  line-height : .9 em ;
  color : RoyalBlue;
  }

select {
  font-family: Lucida, Arial, Verdana, Sans Serif;
  font-size : 9pt;
  line-height : .9 em ;
  color : green;
  }

.noticeMe {
  font-size : 9pt ;
  color : DarkGoldenRod ;
  line-height : .9 em ;
  }

.wordBox {
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
  font-size : 9pt;
  text-align: Center;
  background-color : aliceblue;
  color : #404040;
  border-width: 2;
  border-style: solid;
  border-color: #e5dfd5 #4a3e2d #4a3e2d #e5dfd5 ;
  font-family: Verdana;
  cursor: Default;
  width : 85%;
  padding : 5px;
  margin : 5px;
}




