@charset "utf-8";

body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
}

h1
{
	font-size: 2.7em;
}
h2
{
	font-size: 2em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.35em;
}
h1, h2, h3, h4 {
	margin-bottom: 1em;
}

td
{
	vertical-align: top;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-bottom: 1em;
}

._error
{
	display: none;
	padding: 3px;
	background: #ffffff;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
._note
{
	display: none;
	padding: 3px;
	background: #ffffff;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

._required
{
	color: #ff0000;
}

._left
{
	float: left;
}
._right
{
	float: right;
}
._clear
{
	clear: both;
}

._small
{
	font-size: 0.9em;
}
._smaller
{
	font-size: 0.75em;
}
._smallest
{
	font-size: 0.5em;
}
._big
{
	font-size: 1.25em;
}
._bigger
{
	font-size: 1.5em;
}
._biggest
{
	font-size: 2em;
}

._underline, tr._underline td
{
	text-decoration: underline;
}
._bold
{
	font-weight: bold;
}
._italic
{
	font-style: italic;
}
