body, td, th, tr, table { text-align: justify;
                          color: #468E83;
                          font-family: Trebuchet MS;
						  font-size: 11px;
						  cursor: default;
						  text-decoration: none;
						  scrollbar-face-color: #F8E2CA;
                          scrollbar-highlight-color: #F8E2CA;
                          scrollbar-3dlight-color: #DDBEAA;
                          scrollbar-darkshadow-color: #DDBEAA;
                          scrollbar-shadow-color: #F8E2CA;
                          scrollbar-arrow-color: #DDBEAA;
                          scrollbar-track-color: #ffffff;
						  }
						  
body {                    background-image:   url(craddlebg.jpg);
                          background-color: #FFFFFF;
						  background-repeat: repeat-y;
						  }
						  
h1, h2, h3 {              background-color: #B8AC7A;
                          border: 1px solid #DDBEAA;
						  font-family: Tahoma;
						  font-size: 11px;
						  font-weight: bold;
						  text-align: left;
						  color: #FFFFFF;
						  text-transform: uppercase;
						  }
						  
input, textarea, select { background-color: #F8E2CA; 
                          font-family: Trebuchet MS;
                          font-size: 11px; 
						  color: #468E83; 
						  border: 1px solid #DDBEAA;
						  }
						  
						  
b {                        color: #28746A;
						   font-family: Trebuchet MS;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: crosshair;
						   font-weight: bold;
						 }
						  
a {                        color: #28746A;
						   font-family: Trebuchet MS;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: crosshair;
						   font-weight: bold;
						   }
						  
a:hover {                  color: #468E83;
						   font-family: Trebuchet MS;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: crosshair;
						   font-weight: bold;
						   }
						   
ul, li {                   list-style-type: none;
                           margin: 0px;
						   padding-left: 2px;
                          }
						  
p {                       padding-left: 2px;
                          padding-right: 2px;
						  }
						  
.stat {                  background-color: #B8AC7A;
                          color: #468E83;
                          font-family: Trebuchet MS;
						  font-size: 11px;
						  border: 1px solid #468E83;
						  }