body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.28;
	background-color: #f3f3f3;
	color: #222;
	min-width: 900px;
}


h1 { font-size: 37px; }
h2 { font-size: 29px; }
h3 { font-size: 24px; }
h4 { font-size: 19px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
strong { font-weight: bold; }
em { }
small { font-size:11px; color:#555; }

input, textarea, select, label {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	padding: 0.25em;
}
label {
	display: block;
	margin: 0.25em;
}


a {
	color: #11c;
	text-decoration: none;
}
a:hover {
	color: #a00;
}
a:focus {
	outline: 1px #666 dotted;
}


table {
	border: 1px #aaa solid;
	border-width: 1px 1px 1px 0;
	background-color: #fff;
	width: 100%;
}
td, th {
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
	border: 1px #aaa dotted;
	border-width: 1px 0px 0px 1px;
	border-left: 1px #aaa solid;
}

th {
	font-weight: bold;
	border-width: 0px 0px 0px 1px;
}




form table {
	float: left;
	width: 50em;
	border: 1px #aaa solid;
	border-width: 1px 1px 0 1px;
}
form table th {
	border: 0px none;
	text-align: right;
	border-bottom: 1px #aaa solid;
	border-right: 1px #aaa dotted;
	font-weight: bold;
}
form table td {
	border: 0px none;
	border-bottom: 1px #aaa solid;
	text-align: left;
}
form table td input {
	width: 40em;
}
form table td textarea {
	width: 40em;
	height: 6.2em;
}
form table td input[type=submit] {
	width: auto !important;
}

