body {
	font: 11pt/1.4 Georgia, 'Times New Roman', serif;
	color: #000;
	padding: 0;
	Xmargin: 0 2em 1em;
}

h1, h2, h3, h4, h5, h6 {
/*
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
*/
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin-top: 1.66em;
	margin-bottom: 0.33em;
}
h1 {
	font-size: 1.8em;
	Xborder-bottom: 1pt silver solid;
}

h1 { font-size: 1.33em; }

h2 { font-size: 1em; }

h3 { font-size: 0.93em; }

h4 {
	font-size: 0.86em;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #999 dotted;
}

sup {
	font-size: 76%;
	vertical-align: text-top;
}

#header {
/*
	display: none;
*/
	border-bottom: thin silver solid;
}

#header p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	text-align: right;
	color: silver;
	padding: 0;
	margin: 0;
}

#header em {
	font-size: 0.76em;
	display: block;
	margin-left: 5em;
}

#header a {
	border-bottom: 0;
	color: #666;
}

#content p { margin: 0 0 1em 0; }

#content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#content caption {
	font-size: 1.1em;
	text-align: left;
	padding: 0;
	margin: 1em 2.5em;
}

#content table th, #content table td {
	text-align: left;
	vertical-align: top;
	border: 1px #E7EDF4 solid;
	padding: 0.5em;
}

#content table th span {
	font-weight: normal;
}

#content table th {
	font-family: sans-serif;
	background-color: #E7EDF4;
}

#content table td p, #content table td ul {
	margin-bottom: 0.33em;
}

#splashnews p, #splashoperatives p { margin:0.5em 0; }
#splashnews img, #splashoperatives img { display: none; }

#content p.imagefloat, #content p.imagefloatnarrow, #content p.imagefloatwide {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #555;
	margin: 0 0 1em 1em;
}


#subnav { display: none; }
#nav { display: none; }
#footer ul { display: none; visibility: hidden; }

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 0;
	margin-top: 0;
}

.footnote, #footer, .disclaimer {
	font-size: 86%;
	line-height: 1.3;
}
.none {
	position: absolute;
	left: -2000em;
	width: 2000em;
}

/* Image rules */
#content p.imagefloat, #content p.imagefloatnarrow, #content p.imagefloatwide {
	float: right;
	clear: right;
	font-size: 90%;
	line-height: normal;
	color: #555;
	margin: 0 0 1em 1em;
}

#content p.imagefloat {
	width: 200px;
	text-align: center;
}

#content p.imagefloatnarrow {
	width: 150px;
	text-align: right;
}

#content p.imagefloatwide {
	width: 240px;
	text-align: right;
}

#content p.imagewide {
	font-size: 80%;
	color: #555;
}

/* Miscellaneous */
#products #content2 h3, #products #content2 h4 {
	clear: right;
}
#products #content2.standard h3, #products #content2.standard h4 {
	clear: none;
}

.kcbrand {
	font-variant: small-caps;
	font-weight: inherit;
/* Simulate 'inherit' functionality lacking in IE */
	font-weight: expression(this.parentNode.currentStyle?this.parentNode.currentStyle.fontWeight:'normal');
}

hr {
	height: 1px;
	color: #CCC;
	border: none;
	clear: both;
} /* For Internet Explorer */
html>body hr {
	height: 1px;
	background-color: #CCC;
	border: 0 solid #CCC;
	margin-left: 0;
	clear: both;
} /* For Opera and Gecko-based browsers */

.imagefloat img, .imagefloatwide img, .imagewide img { display: block; }
.smallimage { float: right; }

.clearboth, .cboth { clear: both; }
