body, td, th, tr, table { text-align: justify;
                          color: #707E6F;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: default;
						  text-decoration: none;
						  scrollbar-face-color: #A8B299;
                          scrollbar-highlight-color: #A8B299;
                          scrollbar-3dlight-color: #707E6F;
                          scrollbar-darkshadow-color: #707E6F;
                          scrollbar-shadow-color: #A8B299;
                          scrollbar-arrow-color: #707E6F;
                          scrollbar-track-color: #B2B99F;
						  }
						  
h1, h2, h3 {              color: #707E6F;
                          font-weight: bold;
						  border-bottom: 3px dotted #707E6F;
						  text-align: right;
						  padding-left: 3px;
						  font-family: Tahoma;
						  text-transform: lowercase;
						  font-size: 11px;
						  }
						  
body {                    
                          background-color: #B2B99F;
						  background-repeat: repeat-y;
						  background-image:   url(shapebg.jpg);
						  }
						  
input, textarea, select { background-color: #A8B299; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #707E6F; 
						  border: 1px solid #A6AC92;
						  }
						  	  
.title {                  font-size: 10px;
                          color: #86845E;
						  font-family: Georgia;
						  text-transform: uppercase;
						  font-weight: bold;
						 }
						   
a {                        color: #B12120;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   }
						   
a:hover  {                 color: #B12120;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   border-bottom: 1px solid #707E6F;
						   background-image:   url(shapelinkbg.jpg);
						   }
						  
p {                       padding-right: 2px;
                          padding-left: 2px;
						  }
						  
blockquote {              border: 1px solid #A6AC92;
                          background-color: #B9BEA1;
						  font-family: Georgia;
						  font-size: 10px;
						  color: #61593D;
						  text-align: justify:
