*            
{ 	
	font-size: 100%;	
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
body
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e7e7e7 url(../images/bg_body.gif) repeat-x 0 0;
	font-size: 12px;
	color: #000;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, h6, ul, fieldset, ol
{
	margin: 0;
	padding: 0;	
}
h1, h2, h3, h5, h6 {font-weight: normal;}
h4 {font-weight: bold; margin-left: 15px; margin-bottom: 8px;}
fieldset
{
	border: none;
}
ul, ol
{
	list-style: none;
}
.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.hdn, legend
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
}
.input_text, textarea
{
	border: none;
	padding: 2px;
}
#content
{
	margin: 0 auto;
	background: #fff url(../images/bg_content.gif) no-repeat 0 100%;
	padding: 0 15px 12px 15px;
	text-align: left;		
	position: relative;
	width: 1135px;
	min-height: 500px;
	position: relative;
}
