body {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #09c;
}

a, a:link, a:visited, a:hover, a:active {
	color: #0099CC;
}

a.current, a:link.current, a:visited.current {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover.current {
	text-decoration: underline;
}

a img {
	border: 0;
}

form, table, p, ul, li, div, fieldset, h1, h2, h3, h4 {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	display: inline;
}

input, textarea {
	vertical-align: middle;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

small {
	font-size: 12px;
	color: gray;
}

.error {
	font-weight: bold;
	color: #F60;
}

#page {	
	/*min-width: 280px;
	max-width: 520px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	padding: 1.5em;
}

#tm_footnotes_debug {
	font-size: 11px;
}

