
body {
	font-size: 80%;
	font-family: arial;
}

table, input, select, textarea {
	font-size: 1em;
}

h1 {
	color: #427cac;
	font-weight: 300;
	letter-spacing: -1px;
	font-family: verdana, helvetica;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

h2, h3 {
	color: #427cac;
	font-weight: 300;
	letter-spacing: -1px;
	font-family: verdana, helvetica;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

img {
	border: 0px;
}

a {
	color: #618db2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error {
	color: red;
	font-weight: bold;
}

.content_item {
	margin-top: 8px;
}

.inline_form {
	float: left;
	padding-right: 5px;
}

.clear {
	clear: both;
}