body {
	font-size: 68.8%;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { color: #444; }
h1 {
	font-size: 3em;
	line-height: 1;
}
h2 { font-size: 2em; }
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0 0 0.5em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
p { margin: 0 0 12px; font-size:11px; font-weight:normal; text-transform:none; line-height:16px; }
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
a {
	color:#639129;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
#search #search-input { background-color:#FFF; }
#search #search-input input { color:#404040; }
#footer, #footer a { color:#444; }
#footer a:hover { color:#404040; }
.back a { color:#639129; }
.high { color:#959678 }
.padding { padding:9px 13px 0 15px; }
