@charset "UTF-8";
/* CSS Document */

#toolmain {
	float: left;
	height: auto;
	width: 700px;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#toolmain h1 {
	font-size: 120%;
	color: #000000;
}
#toolmain h2 {
	font-size: 110%;
}
#toolmain h3 {
	font-size: 90%;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 666633;
	color: #666633;
}
#toolmain p {
	font-size: 90%;
}
#toolmain p a {
	text-decoration: underline;
}
#toolmain a:visited {
	text-decoration: none;
}
