html {
	font-family: Lucida-Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

/* ----------------- header (h1 ... h6) stuff ----------------- */
/* pagetitle (h1) */
h1 {
	font-size: 150%;
}
/* h2 */
h2 {
	font-size: 120%;
}
/* h3 */
h3 {
	font-size: 100%;
}


a {
	color: #000;
	text-decoration: underline;
}
/*
a:link:after,
a:visited:after {
	content:" [" attr(href) "] ";
}
*/

img {
	border: 0;	
}


table {
	border: 1px solid #ccc;
	width: 100%;
}
td,
th {
	border: 1px solid #ccc;
}

img.external,
.accessibility,
.visual,
#breadcrumb,
#navigation,
#logo,
#service,
#search,
#specials,
#level {
	display: none;	
}

#logo_print {
	display: block;
	position: absolute;
	right: 0;
	top: 21px;
}

#content_wrapper {
	position: absolute;
	top: 150px;
	left: 0px;
}

.textfield img {
	float: right;
}
