p, body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	padding: 10px
}

h1,h2,h3 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center
}

h1
{
	background-image: url(/images/iface2/header.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	font-size: 14px;
	font-size: 100%;
	border: 1px;
	border-color: #ffffff
}
h2 
{
	background-image: url(/images/iface2/header_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 90%
}
h3
{
	background-image: url(/images/header_3.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 80%
}
a:active, a:visited, a:link, a:hover 
{
	text-decoration: none;
	color: #8A6204;
	font-weight: bold;
	cursor: crosshair
}
a:hover
{
	color: #9C8A39;
	cursor: crosshair
}
.center
{
	text-align: center
}
input 
{ 
	font-family: Arial, Helvetica, sans-serif;
	border-color: #000000;
	background-color: #F2D99D;
	padding: 0px;
	color: #000000
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	border-color: #000000;
	background-color: #F2D99D;
	padding: 0px;
	color: #000000
}