@import	url("/css/reset.css");
body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
a:link {
	color: #225EA0;
}
a:visited {
	color: #CC0066;
}
a:hover {
	color: #FF8A00;
}
a:active {
	color: #666666;
}

h1 {
	font-size: 152%;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h1.yellow {
	color: #FCBA00;
	font-size: 167%;
}
h2 {
	font-size: 122%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 107%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p {
	padding: 0.2em 0 0.3em;
}

ul li {
	padding: 0 0 1em 0.8em;
	background: url(/img/bl/black.gif) no-repeat 0 1px;
}

table.form input {
	font-size: 122%;
	margin-top: 2px;
}
table.form textarea {
	margin-top: 2px;
	font-size: 114%;
}
table.form td {
	padding-right: 3em;
}
table.form table td {
	padding-right: 0.5em;
}
.btn {
	padding: 0 1em;
}