    #fineprint
    {font-family:Arial,''DejaVu Sans'',''Liberation Sans'',Freesans,sans-serif;
    font-size: 75%;
    text-align:left;}

    Table.embellishment {
	border: 0px;
        spacing: 1;
        padding: 0;
        width: 100%;
    }
    tr.GHCorange {
       background-color: #e87511;
       height: 20px;
       width: 100%;
    }

    tr.GHCblue {
       background-color: #004a91;
       height: 20px;
       width: 100%;
    }

    tr.GHCblack {
       background-color: #000000;
       height: 2px;
       width: 100%;
    }
 
    tr.white {
       background-color: #ffffff;
       height: 20px;
       width: 100%;
    }

    td.text{
       font-weight: bold;
       text-align: center;
       border-bottom: 1px #000000;
    }


    td.text2{
       font-weight: normal;
       text-align: center;
       border-bottom: 1px #000000;

    td.verbiage {
      font-weight: normal;
      text-align: center;
     }

   .bold {
       font-weight: bold;
       align: center;
   }
   .italic {
       font-style: italic;
       align: center;
   }

   table {
       margin-left: auto;
       margin-right: auto;
   }

   td.right {
      align: right;
    text-align: right;
   }

   td.left {
      align: left;
      text-align: left;
   }
   #campus {
     background-color: #004a91;
     color: white;
   }
   .red {
     color: #FF0000;
    }
   .center {
      align: center;
      text-align: center;
   }
   .grande {
    /*font-family:Lucida Grande, Lucida Sans, Arial, sans-serif;*/
    font-family: Georgia, serif;
    font-size: 100%;
    text-align:left;}


