body,table {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a:link { color: #006699; font-weight: bold; }
a { text-decoration: underline; font-weight: bold; }
a:visited { color: #006699; font-weight: bold; }

h1,h2,h3,h4,h5 {
	color: #000000;
	text-decoration: none;
}

#searchform{
	margin:0px;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	height: 18px;
}
submit{
	font-size: 9px;
	border:1px #7F9DB9 solid;
	background:#f1f1f3;
	color:#71717B;
}
input{
	color:#51515B;
	border:1px #7F9D99 solid;
	background:#f3f3f5;
	font-size: 9px;
	padding-left: 3px;
}
textarea{
	border: 1px solid #7F9DB9;
	color:#71717B;
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 11px;
	width: 380px;
	padding:3px;
	-moz-border-radius: 3px;
}
