body {
	font-family:	trebuchet MS,
					arial,
					helvetica,
					sans-serif;
	font-size:		11pt;
}

#content {
	padding-left:	1em;
}

hr {
	border:			1px solid #DDD;
	height:			2px;
	clear:			both;
	margin:			0.5em 0;
}

input.text,
textarea.text
{
	border:			1px solid #DDD;
	margin-bottom:	2px;
	padding:		2px;
	line-height:	1em;
	font-size:		10pt;
	letter-spacing: 1px;
}

label {
	line-height:	1em;
	padding:		1px;
	/*margin-bottom:	2px;*/
	font-size:		10pt;
}

a:link,
a:visited
{
	color:				#555;
	text-decoration:	none;
	border-bottom:		#AAA 1px dotted;
}
a:hover {
	color:					#CC0000;
	border-color:			#D55;
	border-bottom-style:	solid;
}


form {
	float: left;
	margin-bottom:	0.5em;
}

input.submit {
	float:		right;
	margin-top:	0.5em;
	clear:		both;
}

.onlyprint {
    display: none;   
}