*            
{ 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #363a42;
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bg_body.gif) 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, 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: #212429;
	font-weight: bold;
	height: 19px;
}
.edit_submit
{
	border: none;
	cursor: pointer;
	color: #212429;
}
.delete_submit, .reset_submit
{
	border: none;
	cursor: pointer;
}
.input_text
{
	border: 1px solid #bcbfc5;
	padding: 2px;
	height: 13px;
}
#content
{
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}