/*
green dark #1D2120
green 2 #39413E
green 3 #97998C
green light #D6D4C7
grey #E1DDDE
blue #BFD2F8
*/

body {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	line-height: 16px;
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-darkshadow-color : #999999;
	scrollbar-base-color : #999999;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #F2F2F2;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
  }
  
  p, td {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
line-height: 16px;
  }
  
  h1 {
font-size: 16px;
color: #97998C; 
font-weight:bold;
line-height: 20px;
  }
  .h1 {
font-size: 16px;
color: #97998C; 
font-weight:bold;
line-height: 20px;
  }
  h2 {
color: #97998C;
font-weight: bold;
font-size: 14px;
line-height: 18px;
  }
  .h2 {
color: #97998C;
font-weight: bold;
font-size: 14px;
line-height: 18px;
  }
  
  h3 {
color: #39413E;
font-weight: bold;
font-style:italic;
font-size: 12px;
  }
  .h3 {
color: #39413E;
font-weight: bold;
font-style:italic;
font-size: 12px;
  }
  h4 {
color: #1D2120;
font-weight: bold;
font-size: 11px;
  }
  .h4 {
color: #1D2120;
font-weight: bold;
font-size: 11px;
  }
  h5 {
font-weight: bold;
font-style:italic;
  }
  .h5 {
font-weight: bold;
font-style:italic;
  }
  h6 {
font-weight: bold;
  }
  .h6 {
font-weight: bold;
  }
  
  
   .itemdesc {
font-size: 10px;
  }
    
  .error {
font-size: 14px; 
color: #FF0000; 
font-weight: bold;
  }
  
  
  a {
color: #1D2120; 
text-decoration: underline;
  }
  
  a:hover {
color: #97998C;
  }

  hr {
  height: 1px;
  color: #E1DDDE;
	border-style: dotted;
  }
.smallprint {
	font-size: 9px;
}

input {
	font-size: 11px;
	color: #39413E;
	height: 20px;
	border:1px #1D2120 solid; 
	padding: 2px 4px;
	background-color: #F2F2F2;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding: 2px 4px;
	background-color: #39413E;
	border-style: solid;
	border-bottom-color: #1D2120;
	border-right-color: #1D2120;
	border-top-color: #97998C;
	border-left-color: #97998C;
}

select,textarea {
	font-size: 11px;
	color: #39413E;
	border:1px #1D2120 solid; 
	padding: 2px 4px;
	background-color: #F2F2F2;
}


