body                    {
                          font-family: sans-serif;
                          font-weight: lighter;
                          background-color: #FFDF7B;
                          background-repeat: no-repeat; 
                          background-position: top-left;
                          background-attachment: scroll;
                          margin-top: 0px;
                          margin-bottom: 0px;
                          margin-left: 0px;
                          margin-right: 0px;
                          scrollbar-face-color:#fccc37;
                          scrollbar-highlight-color:#FFDF7B;
                          scrollbar-3dlight-color:#FFDF7B;
                          scrollbar-darkshadow-color:#FFDF7B;
                          scrollbar-shadow-color:#FFDF7B;
                          scrollbar-arrow-color:#FFDF7B;
                          scrollbar-track-color:#FFDF7B;
                        }


table                   {
                          border-color: #c8d6e4;
                        }

a                       {
                          color: #000080;
                          text-decoration: none;
                        }

a.nav                   {
                          font-size: 16px;
                          color: #FD5E00;
                          text-decoration: none;
                          font-weight: bold;
                        }
a.nava                   {
                          font-size: 16px;
                          color: #3E7416;
                          text-decoration: none;
                          font-weight: bold;
                        }

						
a:hover                 {
                          background-color: #FFDF7B;
                          color: #0000FF;
                          text-decoration: underline;
                        }

.txt                    {
                          font-size: 14px;
						  color: #334283;
                        }
						
.txt_small             {
                          font-size: 14px;
						  color: #334283;
                        }						

.txt_xsmall            {
                          color: red;
                          font-size: 9px;
                         }						

a.navxsmall            {
                          color: red;
                          text-decoration: none;
                        }						

.txt_title             {
                          font-size: 14px;
                          font-weight: bold;						  
                        }
