/* SAMS CSS Documents */

/* Two CSS files are used in the SAMS site.                                                */ 
/*  - Main.css contains styles used in all documents and is enabled in Contribute          */ 
/*  - Private.css contains styles used only in common_header.html and common_footer.html.  */
/*    It is not enabled in Contribute.                                                     */ 

/*    The .DL_Menu class is only used to hide the Deluxe Menu link reference      */ 
/*    in common_header.html. It is required because the <noscript> </noscript>    */
/*    approach generates an "invalid licence" nag.                                */ 
  
.DL_Menu {visibility: hidden; position: absolute; top: 0px; }

/*    The .Vision_footer and .copyright_footer classes are only used in common_footer.html */ 
  
.Vision_footer { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FE0000; 
    font-size: 16px;
	  font-weight: bold;}

.copyright_footer { 
  font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;}