* {
	margin:0;
	padding:0;
}
body {
	color:#000;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	line-height:1.5;
}
	#canvas { font-size:1.1em; }
	
/* block level elements */
p { 
	margin:1em 0 .5em;
	line-height:1.2;
}
ul {
	margin:0.5em 0 1em 1.4em;
	list-style-position:outside;
}	
	ul li { margin:0 0 0.5em 0; }
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:0.3em 0 0 0;
		font-weight:bold;
	}
	dd { margin:0 0 0.3em 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 {
	margin:0 0 .5em;
	font-size:1.273em;
	color:#007dc3;
}
h2 {
	margin:0 0 .5em;
	font-size:1.273em;
	color:#007dc3;
}
h3 {	
	margin:1em 0 .5em;
	font-size:1.273em;
	color:#007DC3;
}
h4 {
	margin:1em 0 .5em;
	font-size:1em;
}

/* generic tables */
table {
	width:100%;
	margin:0 0 1em;
	border:0;
	border-collapse:collapse;
}
	th,
	td {
		padding:.5em 7px;
		vertical-align:top;
		text-align:left;
		border-bottom:1px solid #fff;
	}
	th { color:#007dc3; }
	th.right,
	td.right { text-align:right; }
	
/* inline elements */
img {
	border:0;
	vertical-align:middle;
}
	img.left {
		float:left;
		margin:.3em 15px .3em 0;
	}
	img.right {
		
		float:right;
		margin:.3em 0 .3em 15px;
	}
sup {
	line-height:1;
	font-size:.75em;
	vertical-align:.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:#007dc3;
}
	a:hover {
		text-decoration:none;
	}