*            
{ 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;	
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	font-size: 70%;
	color: #333;
}
a
{
	color: #003399;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, h6, ul, fieldset, dd, dl, dt
{
	margin: 0;
	padding: 0;	
	font-weight: normal;
}

form legend {display:none;}
      
fieldset
{
	border: none;
}
ul
{
	list-style: none;
}
.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear2
{
	clear: both;
	height: 5px;
	font-size: 5px;
	line-height: 5px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
}
.input_text
{
	background-color: #fff;
	border: none;
	border-top: 1px solid #b7bec5;
	margin: 0;
	padding: 2px 5px;
	color: #999; 
	height: 16px;
	font-style: italic;
}
textarea 
{
	background-color: #fff;
	border: none;
	border-top: 1px solid #b7bec5;
	margin: 0;
	padding: 2px 5px;
	color: #999; 
	font-style: italic;
}
#content
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 990px;
 	position: relative;
}

