@charset "utf-8";

/* Schmucker's */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #6398e2;
}
a img {
	border-width: 0px;
	border-style: none;
}
a {
	font-weight: bold;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #6398e2;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #6398e2;
}

hr {
	height: 2px;
	color: #980000;
	background-color: #980000;
}

blockquote {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #6398e2;
}

img.menupix {
	float: right;
	clear: both;
}