* {
	background-color: #fff;
	background-image: none;
	color: #000;
}

body {
	font-size: 10pt;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* hide these elements for printing */

#navigation, .skip, #top-link, #sidebar, #accessibility, .footer-links {
	display: none;
}


/* basic styling */

h1, h2, h3, h4, h5 {
	margin: 1em 0 0 0;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3, h4 {
	font-size: 12pt;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.6;
}

p#heading {
	margin-bottom: 0;
}

#print-logo {
/*	position: absolute;
	top: 0;
	right: 0; */
	float: right;
	margin: -1em 1em 1em 1em;
}

a {
	text-decoration: none;
}
.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.plain {
	float: none;
	border: none !important;
	padding: 0 !important;
}

.clear {
	clear: both;
}

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	width: 100%;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #ccc;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table th, #content table td.header {
	background-color: #ccc;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}


#content img {
	border: solid 1px #ccc;
	padding: 6px;
	background-color: #fff;
}

#footer {
	border-top: solid 1px #ccc;
	padding-top: 1em;
	margin-top: 1em;
}

