form
{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

label
{
	float: left;
	width: 75px;
}

input
{
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}
    
select
{
	width: 120px;
	font-size: x-small;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}
    
textarea
{
	width: 250px;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 10px;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, h7, input, textarea, label, select
{
	font-family: Arial;
	font-size: 12pt;
}

div#menu
{
	color: #FFFFFF;
}
div#menu a
{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
div#menu a:hover
{
	text-decoration: underline;
}
div#categories ul li a
{
	font-family: Arial;
	color: #385a24;
	font-weight: bold;
}