@charset "utf-8";

/* CSS Document */
body
{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-size: 12pt;
}

/*Headings */

/* Images */
img
{
	float: left; /*margin: 1em 1.5em 1.5em 0;*/
	margin:0;
}

a img { border: none; }

/* Links */
a:link, a:visited
{
	background: transparent;
	font-weight: 700;
	text-decoration: none;
	color:#333;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
a[href^="http://"] {
color:#000;
}

/* Table */
/* Add sections here to hide various parts of the site when printing */
#header, #footer, #navigation, #sidebar, button, a.button { display:none; }

