BODY            { background-image: url(images/Background.jpg);
                  background-repeat: repeat-x;
                  background-color: #9D9878 }

TABLE           { font-family: Arial, verdana, helvetica, sans; 
                  font-size: 9pt; 
                  color: #666666; 
                  text-decoration: none;
                  background-color: #FFFFFF }

/* Main Document Link Definitions */

a:link		    { font-family: arial, verdana, helvetica, sans; 
                  font-size: 8pt; 
                  color: #6D5F6B; 
                  font-weight: bold; 
                  text-decoration: none; 
                  cursor:hand }

a:visited	    { color: #6D5F6B;
                  font-weight: bold; 
                  text-decoration: none }

a:hover		    { color: #000000; 
                  font-weight: bold; 
                  text-decoration: none; 
                  cursor:hand  }

/* Menu Definitions */

.Menu		    { font-family: arial, verdana, helvetica, sans; 
                  font-size: 8pt; 
                  color: #000000; 
                  font-weight: bold; 
                  text-decoration: none;
                  text-align: center;
                  background-color: transparent }

a.Menu:link     { font-family: arial, verdana, helvetica, sans; 
                  font-size: 8pt; 
                  color: #000000; 
                  font-weight: bold; 
                  text-decoration: none;
                  text-align: center; 
                  cursor:hand }

a.Menu:active   { font-size: 9pt; }

a.Menu:visited	{ color: #000000;
                  font-weight: bold; 
                  text-decoration: none }

a.Menu:hover    { color: #FFFFFF; }

.PageTitle      { font-family: Arial, verdana, helvetica, sans; 
                  font-size: 18pt; 
                  color: #6D5F6B; 
                  font-weight: bold; 
                  text-decoration: none; }

.Header400      { font-family: Arial, verdana, helvetica, sans; 
                  font-size: 10pt; 
                  color: #FFFFFF; 
                  font-weight: bold; 
                  text-decoration: none; 
                  width: 400px; 
                  background-image: url(images/Header1.jpg); }

.Header600      { font-family: Arial, verdana, helvetica, sans; 
                  font-size: 10pt; 
                  color: #FFFFFF; 
                  font-weight: bold; 
                  text-decoration: none; 
                  width: 600px; 
                  background-image: url(images/Header2.jpg); }


/* Copyright Definitions */

.Copyright      { font-family: Arial, verdana, helvetica, sans; 
                  font-size: 9pt; 
                  color: #FFFFFF; 
                  text-decoration: none; 
                  font-weight: normal ;
                  background-color: #6D5F6B;
                  text-align: center }
              
a.Copyright:link { font-family: arial, verdana, helvetica, sans; 
                   font-size: 9pt; 
                   color: #FFFFFF;
                   font-weight: normal;
                   text-decoration: none;
                   text-align: center; 
                   cursor:hand }

a.Copyright:visited { font-family: arial, verdana, helvetica, sans; 
                      font-size: 9pt; 
                      color: #FFFFFF;
                      font-weight: normal;
                      text-decoration: none;
                      text-align: center; 
                      cursor:hand }
                      
a.Copyright:hover { font-family: arial, verdana, helvetica, sans; 
                    font-size: 9pt; 
                    color: #000000;
                    font-weight: normal;
                    text-decoration: none;
                    text-align: center; 
                    cursor:hand }
