body                    {
                          font-family: sans-serif;
                          font-weight: lighter;
                          background-color: #612620;
                          background-repeat: repeat; 
                          background-position: top left;
                          background-attachment: fixed;
                          margin-top: 0px;
                          margin-bottom: 0px;
                          margin-left: 0px;
                          margin-right: 0px;
                          scrollbar-face-color:#3EFE4;
                          scrollbar-highlight-color:#674539;
                          scrollbar-3dlight-color:#674539;
                          scrollbar-darkshadow-color:#674539;
                          scrollbar-shadow-color:#674539;
                          scrollbar-arrow-color:#674539;
                          scrollbar-track-color:#674539;
                        }


table                   {
                          border-color: #c8d6e4;
						  font-size: 12px;
                        }

.textBox                   {
                          border-color: #c8d6e4;
						  font-size: 12px;
						  background-repeat: no-repeat;
						  background-position: center; 
                        }
.textBox1                   {
                          border-color: #c8d6e4;
						  font-size: 12px;
						  background-repeat: repeat;
						  background-position: top; 
                        }

a                       {
                          color: #000000;
						  font-size: 14px;
                          text-decoration: underline;
                        }

a.nav                   {
                          font-size: 14px;
                          color: #8E2416;
                          text-decoration: none;
                          font-weight: bold;
                        }
						
a:hover                 {
                          color: #0000FF;
                        }

.txt                    {
                          font-size: 14px;
						  color: #000000;
                        }
						
.txt_title             {
                          font-size: 26px;
                          font-weight: bold;
						  color: #8E2416;					  
                        }
