/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

.button {
        margin      : 2;
        padding     : 1;
        background  : #d6e7ef;
        color       : #000066;
        font-weight : bold;
        font-family : tahoma, sans-serif;
        font-size   : 11px;
        border-color :  #AFC4D5 #104a7b #104a7b #AFC4D5;
	    border-width : 1px;
	    
      }	       
      
    .copybold   
    {
		 FONT-FAMILY: Trebuchet MS, Arial,Helvetica,san-serif; 
		 color: #000000; 
		 font-size: 12px; 
		 font-weight: 700; 
		 text-decoration: none; 
		 letter-spacing: 0px; 
		 line-height : 14px;
		 }
		 
		 
 .copy 
   {
	font-size: 12px;	
	font-family: Trebuchet MS;	
	font-weight: 400;	
	color: #000000;
	}	