/*18.02.2008*/
a:link, a:active, a:visited {
	color:		        #114703;
	text-decoration:  none;
}
a:hover {
	color:		        #444;
	text-decoration:  none;
}
a.search:link, a.search:active, a.search:visited {
	color:		        #114703;
	font-weight:      bold;
	text-decoration:  none;
}
a.search:hover {
	color:		        #444;
	font-weight:      bold;
	text-decoration:  underline;
}
body {
	background:  #DEDEDE;
	font-family: arial, helvetica;
	font-size:   13px;
	margin:		   0;
	color:       black;
}
.heading {
	color:         #900;
	display:       block;
	font-size:     14px;
	font-weight:   bold;
	margin-bottom: 3px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
  font-weight: normal;
}
h3,h4,h5,h6 {
  font-size: 13px;
}