body
{ 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 1em Verdana, Helvetica, sans-serif;
	color: #555;
	background-color:#F4F4F2;
}

a:link {
	text-decoration: none;
	color: #555;
}

a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
	background: #eaf4f7;
	color: #555;
}


a.navimageup:link {
	text-decoration: none;
}

a.navimageup:visited {
	text-decoration: none;
}

a.navimageup:hover {
	text-decoration: none;
}


a.navimagedown:link {	
	text-decoration: none;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
 }

a.navimagedown:visited {
	text-decoration: none;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

a.navimagedown:hover {
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

a.navimagedefault:link {
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

a.navimagedefault:visited {
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;

}

a.navimagedefault:hover {
	text-decoration: none;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}



h1 {
	color: #993300;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: .1em;
}

h2 {
	color: #888b53;
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .8em;
}

h3 {
	width: 150px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .9em;
}

p {
	font: normal .67em/1.6em Verdana, Arial, Helvetica, sans-serif;
}



input { border: 1px solid #ccc; }

textarea { border: 1px solid #ccc; }

form {margin-bottom:0; }