*            
{ 
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 100%;	
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e3cb96 url(../images/bg_body.jpg) repeat-x 0 0;
	font-size: 15px;
	color: #4c4c4c;
}
a
{
	text-decoration: none;
	color: #bd4c26;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, h5, h6, fieldset
{
	margin: 0;
	padding: 0;	
}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
fieldset
{
	border: none;
}
.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
}
.input_text, textarea
{
	border: none;
	padding: 2px;
}
