/* Global Styles */
        
        body {
        margin:0px;
        background-color: #BBAD8A;
        }
        
        td {
        font-family: Georgia;
        font-size:12px;
        color:#554924;
        }
        
        a {
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        color: #554924;
        font-weight: bold;
        text-decoration: none;
        }
        
        
        a:hover {
       	color: #B05800;
       	font-weight:bold;
       	text-decoration: none;
       }
        
        /* Class Styles */
        
        .TxtLett {
        font-family: Georgia;
        font-size:17px;
        color:#554924;
        }
		
		.TxtBold {
        font-family: Georgia;
        font-size:14px;
        color:#554924;
        }