h1 {
	font-size: 18pt !important;
}

h2 {
	font-size: 14pt!important;
}

p {
	font-size: 11pt !important;
	line-height: 140%;
}

* {
	color: #000 !important;
}

ul {
	font-size: 11pt;
	list-style: circle;
}

ol {
	font-size: 11pt;
	list-style: decimal;
}

li {line-height: 14pt;
}


#navigation, #thistle, #banner, #contentTop, #contentBottom, #footer {
	display: none;
}

#wrapper, #main, #content {	
	margin: 0;
	border-style: none;
	width: auto;
}
	
/* Displays logo when printing */
#printlogo {
	display: block;
}

/* Conditional IE6 Value to get wide content to wrap to portrait A4 pages */
* html #wrapper {
	width: 700px;
}

* html #main {
	margin: 0 12px 0 0;
}

* html #content {
	margin: 0 12px 0 0;
}

/* Displays web addresses 
a:after {
	content: " (" attr(href) ") ";
	}*/
