/* CSS Document */

a:link       { color: #7C6023; text-decoration: underline }
a:visited    { color: black; text-decoration: none }
a:hover	   { color: #FFFFFF; text-decoration: none; background:#DCBF80 }
a:active     { color: #cc0000; text-decoration: underline; background:#000000 }
body         { 
			background:#D7C5B9;
			scrollbar-face-color: #D7C5B9; 
      		scrollbar-shadow-color: #9E792C; 
      		scrollbar-highlight-color: #9E792C; 
      		scrollbar-track-color: #D7C5B9; 
      		scrollbar-arrow-color: #993333;
			color: #333333; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
h1, h2, h3, h4  { font-family: Arial,Helvetica,sans-serif; color: #666666; }
h1           { font-size: 15px; font-weight: bold; margin-top: 4; margin-bottom: 0 }
h2           { font-size: 14px; font-weight: bold; margin-top: 0; margin-bottom: 3 }
h3           { font-size: 12px; margin-top: 0; margin-bottom: 3 }
h4           { font-size: 12px; margin-top: 0; margin-bottom: 3; font-weight: normal }
p            { font-family: Verdana,Helvetica,sans-serif; color:#666666;
               font-size: 12px; text-align: left; margin-left: 2; margin-right: 4; margin-top: 10; margin-bottom: 10; line-height: 15px }
b			   { font-size: 12px; font-weight: 900; }
ul           { list-style-type: square; color: grey; margin-right: 0; margin-top: 3; 
               margin-bottom: 3 }
li			  {font-family: Verdana,Helvetica,sans-serif; color:#666666; font-size: 12px; margin-top: 4; line-height: 15px; }
table        { padding: 0 }
td img {display: block;}
.copy		{ font-family: Arial,Helvetica,sans-serif; color:#999999;
               font-size: 12px; text-align: center; margin-left: 2; margin-right: 4; margin-top: 10; margin-bottom: 10; line-height: 15px }
.white { color: #ffffff; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif }
a.white:link       { color: #ffffff; text-decoration: underline }
.botnav { color: #7A5A47; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif }
a.botnav:link       { color: #999999; text-decoration: underline }
.buttons {  
font-family: Tahoma, Arial, sans-serif;
font-size: 9pt; 
font-style: normal; 
background:#FFFFFF; 
border-right: 1px solid #D7C5B9; 
border-left: 1px solid #D7C5B9;
border-top: 1px solid #D7C5B9;
border-bottom: 1px solid #D7C5B9;
margin-right: 0px; 
margin-left: 0px;
}