/* CSS Document */

body {
	background-color:CCCC97;
	color:333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	scrollbar-face-color: #CCCC97;
	overflow-x:hidden;overflow-y:auto;
	}
	
A {
	color: #999900;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	}
	
A:hover {
	color: #666600;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	}
	
h1 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
	}
	
h2 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: bold;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	}
	
h3 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	}
	
h4 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: bold;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	}
	
h5 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	}
	
h6 {
	color: #333300;
	font-family: tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	text-align: justify;
	}
	
input.knap {
  color:#333300;
  font-family:tahoma, verdana, arial, sans-serif;
  font-size:10px;
  font-weight:bold;
  background-color:#CCCC97;
  border:1px solid;
  border-top-color:#666600;
  border-left-color:#666600;
  border-right-color:#333300;
  border-bottom-color:#333300;
  
  filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,
    StartColorStr='#cccc97',
    EndColorStr='#333300');
}