*
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #333;
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eaebec url(../images/bg_body.png) repeat-x 0 0;
	font-size: 75%;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, h6, ol, ul, fieldset
{
	margin: 0;
	padding: 0;
}
fieldset
{
	border: none;
}
ul
{
	list-style: none;
}
.clear, .clear10, .clear6, .clear15, .clear8, .clear20
{
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear6
{
	height: 6px;
}
.clear8
{
	height: 8px;
}
.clear10
{
	height: 10px;
}
.clear15
{
	height: 15px;
}
.clear20
{
	height: 20px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
	color: #fff;
	height: 19px;
}
.input_text
{
	border: none;
	background-color: #b9b9b9;
	padding: 2px;
	font-size: 10px;
	height: 16px;
	_height: 19px;
}
select
{
	border: 1px solid #999;
	padding: 2px 1px;
	height: 18px;
}
.text_area
{
	border: none;
	background-color: #b9b9b9;
	padding: 2px;
}
#content
{
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}