/* Global Styles */

body {
     margin:0px;
     background-color: #A78953;
     font-family: "Monotype Corsiva";
     font-size:15px;
     color:#000000;
     }
                                
td {
     font-family: "Monotype Corsiva";
     font-size:16px;
     color:#000000;
     }
                                
a {
     font-family: "Monotype Corsiva";
     font-size:15px;
     color: #993635;
     font-weight: bold;
     text-decoration: none;
     }
                                
                                
a:hover {
     color: Green;
     font-weight:bold;
     text-decoration: none;
     }
                               
/* Class Styles */

.TxtCaption {
     font-family: "Calligraph421 BT";
     font-size:18px;
     color: #993635;
     font-weight: bold;
     text-align:center;
     font-style : italic;
     }
							   
.TxtCapSmal {
     font-family: "Calligraph421 BT";
     font-size:12px;
     color: #993635;
     font-weight: bold;
     font-style : italic;
     }
                                    
.TxtStyle2 {
     font-weight: bold;
     text-decoration: underline;
     }