* {

	margin: 0;
	padding: 0;
}

body {

	background-color: #fff;
	color: #000;
	text-align: left;
}

img {

	border: none;
	display: block;
}

hr, .h {

	display: none;
}

.table {

	width: 100%;
	display: table;
}

.fll, label {

	float: left;
	display: inline;
}

.flr {

	float: right;
	display: inline;
}

.cl {

	clear: both;
	display: block;
}

h1 a {

	color: #000;
	text-decoration: none;
}





h2 {

	margin: 1em 0;
	font-size: 150%;
}

h3 {

	margin: 1em 0;
	font-size: 130%;
}

table th, table td {

	padding: 0.1em 0.5em;
	text-align: left;
	vertical-align: top;
}

table, p {

	font-size: 100%;
}

#content p, #content table, #content ul, #content ol, #content dl, #content fieldset {

	margin-top: 1em;
	margin-bottom: 1em;
}

fieldset {

	border: 1px solid #ccc;
	padding: 0 1em;
}

legend {

	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.1em 0.5em;
	font-weight: bold;
}

label {

	width: 5em;
	font-style: italic;
}

label.default {

	width: auto;
	float: none;
}

input, select, textarea {

	margin: 0.1em 0;
}

input.button {

	margin-top: 2em;
}

input.button.inline {

	margin-top: 0;
}

p#alert {

	font-size: 110%;
	font-weight: bold;
	color: #f00;
}

.small, .note {

	font-size: 85%;
}

.note {

	color: #666;
	padding-left: 0.7em;
	vertical-align: middle;
}

.center {

	text-align: center;
}

.right {

	text-align: right;
}