*            
{ 	
	font-size: 100%;	
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
body
{
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ebf9ff url(../images/bg_body.png) repeat-y 50% 0;
	font-size: 12px;
	color: #627680;
}
a
{
	text-decoration: none;
	color: #1b90bf;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, h6, ul, fieldset, ol, dl, dt, dd
{
	margin: 0;
	padding: 0;	
}
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;
}

