html, body
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	padding: 0px;
	margin:0px; background-image:url(../images/image_background.jpg); background-repeat:repeat-x; background-position:top;
	background-color: #edebd4;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

table
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

p
{
	margin: 0px;
	padding: 0px; margin-bottom:10px;
}

a
{
	text-decoration: none;
	color: #857e0b;
}

h1 { font-size:14px; margin-top:0px; margin-bottom:10px; font-weight:bold}
h2 { font-size:12px; margin-top:10px; margin-bottom:10px}
h3 { font-size:11px; margin-top:10px; margin-bottom:10px}

a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

input
{
	border: 1px solid #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
}

textarea
{ font-size:11px; }

.roundCorner
{
}

.smallRoundCorner
{
}