html * { 
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	font-size: 76%;
}

:link, :visited, :active, :hover { text-decoration: none; }

ul, ol { list-style: none; }

p, h1, h2, h3, h4, h5, h6, input, select, textarea, address {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, body, html { margin: 0; padding: 0; }

.clear { clear: both; background: none; }

.print { display: none; }

.hidden {
	display: none;
	visibility: hidden;
}

.right {
	float: right;
	text-align: right;
	vertical-align: middle;
	margin-left: 10px;
}

.left {
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-right: 10px;
}

.nowrap {
	white-space: nowrap;
}

.imageright {
	float: right;
	text-align: right;
	vertical-align: middle;
	margin-left: 20px;
}

.imageleft {
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-right: 20px;
}

img, a img {
	border: none;
}

