/* styleguide */

* {
	margin:0;
	padding:0;
}
body {
	color:#424242;
	font-family:"Trebuchet MS",Verdana,sans-serif;
	font-size:80%;
	line-height:1.5;
	background:#fff;
}
	#canvas { xxfont-size:1.2em; }

/* block level elements */
p { 
	margin:0em 0em 1em 0em;
}

ul {
	margin:0.0em 0 1em 1.4em;
	list-style-position:outside;
}
	ul li {
		list-style-image:url('/static/images/KNP/KNP_bullet.gif');
	}
	
li a {text-decoration: none; }
li a:hover {text-decoration: underline; }

ol {
	margin:0.5em 0 1em 2.75em;
	list-style-position:outside;
}
	ol li { margin:0 0 0.5em 0; }
dl { margin:0.5em 0 1em 0; }
	dt {
		margin:.35em 0 0 0;
		font-weight:bold;
	}
	dd { margin:0 0 .35em 0; }
address {
	margin:0.5em 0 1em 0;
	font-style:normal;
}
blockquote {
	clear:both;
	margin:0 3em;
	font-style:italic;
}		
	blockquote p:before { content:"\201c"; }
	blockquote p:after { content:"\201d"; }

/* generic headings */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 23px */
	font-size:2.083em;
	margin:0 0 0.75em;
	font-weight:normal;
	line-height:1.2;
	font-style:italic;
}
	h1 .sub {
		font-family:Georgia, "Times New Roman", Times, serif;	/* 23px */
		font-size:.6em; 
		font-weight:bold;
		line-height:1.2;
		display:block;
		color:#b3b3b3; 
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 20px */
	font-size:1.367em; 
	margin:0 0.35 0.35em; 
	padding:0; 
	font-weight:normal;	
	line-height:1.2; color:#DF4291; 
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 15px */
	font-size:1.18em; 
	margin:0 0.35 0.35em;
	line-height:1.2;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 12px */
	font-size:1em;
	margin:0;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 12px */
	font-size:1em;
	margin:0;
	
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;	/* 12px */
	font-size:1em;
	margin:0;
}

/* generic tables */
table {
	width:100%;
	margin:0 0 1em 0;
	border:0;
}
	th,
	td {
		padding:0.35em 15px 0.35em 0;
		vertical-align:top;
		font-weight:normal;
		text-align:left;
	}

/* inline elements */
img {
	border:0;
	vertical-align:middle;
}
img.centered {
	clear:both;
	display:block;
	margin:15px auto;
}
object, embed {
	clear:both;
	display:block;
	margin:15px auto;
}
sup {
	line-height:1;
	font-size:0.75em;
	vertical-align:0.55em;
}
abbr {
	border:0;
	font-style:normal;
}
q {
	font-style:italic;
}
	q:before {
		content:"\201c";
	}
	q:after {
		content:"\201d";
	}
.hidden {
	position:absolute;
	left:-3000em;
}

/* links */
a {
	color:#DF4291;
}

/* 20100223 aev */
a, a em, a span { 
 cursor: pointer;
}
