/*===========================================================================*

	written by:
	* julian at visuallizard dot com
	* max at visuallizard dot com

	(c)2009 - visuallizard.com

*===========================================================================*/


/* set all divs to hidden 
div {display: none;}*/

/* bring back the divs you need for the specific site */

body {
	margin: .2in .55in;
	padding: 0;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
}
/* Non-printable containers */
ul.nav_1,
div#replace,
div#banner img,
p.more,
div#footer,
#col3
{
	display: none !important;
	height: 0;
}

div#col1,
div#col2,
div.subcol_0,
div.subcol_1 {
	width: 95% !important;
	margin: 1em  !important;
	border: none !important;
	float: none !important;
	clear: both !important;
}
div.subcol_0,
div.subcol_1 {
	margin: 0;
	padding: 0;
}


/* =Links
----------------------------------------------- */
a {
	color: black !important;
	text-decoration: none;
	border: none !important;
}
a img {
	border-width: 0;
}
/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin: .6em 0 0 0;
	font-weight: normal !important;
	clear: both !important;
	color: black !important;
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	border: none !important;
}
	h1 {
		font-size: 200% !important;
		margin: 0.5em 0 0 0;
		text-indent: 0 !important;
		text-transform: capitalize;
	}
	h2 {
		font-size: 180% !important;
		margin: 0.4em 0 0 0;
	}
	h3 {
		font-size: 160% !important;
		margin: 0.3em 0 0 0;
	}
	h4 {
		font-size: 140% !important;
		margin: 0.3em 0 0 0;
	}
	h5 {
		font-size: 120% !important;
		margin: 0.3em 0 0 0;
	}
	h6 {
		font-size: 110% !important;
		margin: 0.3em 0 0 0;
	}

p, ul, ol {
	margin: 0 0 .6em 0;
}
ul, ol {
	margin-left: 1.1em;
}
blockquote{
	width: 90% !important;
	font-style:italic !important;
	font-size: normal !important;
	line-height: normal !important;
}
h3+blockquote, h2+blockquote, p+ul, h2+ul, h3+ul{
	margin-top: .2em;
}

table {
	background: none;
	width: 90%;
	color: #000;
	font-size: 13pt;
}
table td,
table th {
	padding: 0.2em;
	color: #000 !important;
	border: 1px solid #000 !important;
}


/* =etc(text margin ....)
----------------------------------------------- */
.content-display a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.content-display a[href^="/"]:after {
	content: " (http://www.accuratedorwin.com/" attr(href) ") ";
}

/* do not display url for anchors */
.content-display a[href^="#"]:after {
	content: "";
}
.content-display a[href^="#"] {
	display: none;
}