 /* Globals */
  html {
    overflow-y: scroll;
  }
  
  a img {
    border: none;
  }
  
  a{
    text-decoration: none;
    outline: none;
  }
  a:hover{
    text-decoration: underline;
  }
  
  strong{
    font-weight: 800;
  }
  
  .strong{
    font-weight: 800;
  }
  /*
  Global Classes
*/

  .clearFloat{
    clear: both; display: inline;height: 1px;font-size: 1px;
  }
    
  
  .hide {
    visibility: hidden;
  }
  .remove{
    display: none;
  }
  .inlineBlock{
    display: inline-block !important;
    vertical-align: middle;
  }
  .floatRight{
    float: right;
  }
  
  .floatLeft{
    float: left;
  }
  
  .centerText{
    text-align: center;
  }
  
  .AlignMiddle{
    vertical-align: middle;
  }
  
  .NoWrap{
    white-space: nowrap;
  }
  
  .lrgBtmMargin{
    margin-bottom: 20px;  
  }
    
  /*  Headings */
  h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  /* H2 */
  h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  /* end Headings */
  
  /* Text Styles */
  address {
    margin-bottom: 10px;
  }
  blockquote {
    margin: 10px 40px 20px 40px;
    font-style: italic;
  }
  code {
    font-family: monospace;
  }
  
  /*List Styles*/
  
  ul{
    
  }
  li{
    
  }
  
  dl {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  /* End List Styles*/
  em {
    font-style: italic;
  }
  p {
    margin-bottom: 10px;
    line-height: 17px;
  }
  q {
    font-style: italic;
  }
  
  tt {
    font-family: monospace;
  }
  /* end Text Styles */
  
  