body {
	font-size: 12px;
	line-height: 13px;
}

h1, h1 span, h1 a {
	font-size: 14px;
	text-decoration: none;
}

th {
	text-align: left;
}

textarea {
	width: 100%;
	height: 256px;
}

a {
}

.error {
	border: 1px solid #666;
	padding: 8px;
	background-color: #ccc;
	color: #900;
}

.notification {
	border: 1px solid #666;
	padding: 8px;
	background-color: #ccc;
}

div.content {
}

.content a {
	text-decoration: none;
}

a img {
	border-style: none;
}

table.tbl {
	border: 1px solid #000;
	width: 100%;
}

table.tbl th {
	padding: 1px 4px 1px 4px;
	background-color: #009;
	color: #fff;
}

table.tbl td {
	padding: 1px 4px 1px 4px;
}
