body {
	margin: 0;
	padding: 0;
	text-align: center;
	/* background: #ffffff url(../images/background.jpg); */
	background-position:center bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body, 
table, 
td, 
tr, 
th,  
div, 
input, 
textarea, 
option, 
select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

img { 
	border:none;
}

form {
	display:inline;
}

label { 
	cursor: pointer; 
	cursor: hand; 
	white-space: nowrap;
}

textarea { 
	border: 1px solid #cfcfcf;
}

select, select option {
	font-size: 10px;
}

textarea:focus { 
	border: 1px solid #ddd;
	background: #F4F4F4
}

fieldset { 
	-moz-border-radius: 6px;
	border: 2px groove #fff; 
	border: 1px solid #ccc; 
	margin: 10px 0 10px 0; 
	padding: 10px;
}

fieldset legend { 
	padding: 0px 5px 0px 5px; 
	font: bold 12px Tahoma, Verdana, Arial; 
	color: #f9d071; 
	border: none; 
	background: none; 
	text-transform: none;
}


h1, h2, h3, h4 { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	color: #000000;
	font-weight: normal;
}

h1 
{ 
	font-size: 22px;
}

h2 
{ 
	font-size: 19px;
}

h3 
{ 
	font-size: 16px; 
	margin: 0px 0px 4px 0px;
}

h4 
{ 
	font-size: 13px;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

