/*
print.css: Format for printing
*/

/*
=Reset
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
address,dl,fieldset,p,pre,ul,ol,li,table {margin:0 0 1.3em;}
ul,ol,dd {margin-left:30px;}
td ul,td ol {margin-left:15px;}
ol ul,ul ol,ul ul,ol ol,td ul,td ol {margin-bottom:0;}
blockquote {
	margin:1em 40px;
	font-style:italic;
}
dt {font-weight:bold;}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table,th,td {border:1px solid #999;}
th,td {padding:2px 3px;}
caption,th {
	font-weight:bold;
	text-align:left;
}
img {border:none;}
html,body {
	color:#393939;
	background:#fff;
}
body {font:11pt/1.3 Helvetica,Arial,sans-serif;}
h1,h2,h3,h4,h5,h6 {
	color:#000;
	font-weight:bold;
	font-size:1em;
	line-height:1.0;
}
h1 {
	margin:0 0 0.55em;
	font-size:1.9em;
}
h2 {
	margin:1.7em 0 0.35em;
	font-size:1.24em;
}
h3 {
	margin:1.95em 0 0.4em;
	font-size:1.07em;
}
h4 {text-transform:uppercase;}
h5 {font-style:italic;}
h6 {
	font-weight:normal;
	font-style:italic;
}

legend {color:#000;}
a:link {color:#0a8ae1;}
a:visited {color:#000;}
h2 a:link,
h2 a:visited,
h3 a:link,
h2 a:visited,
h4 a:link,
h4 a:visited {
	color:#000;
	text-decoration:none;
}

/*
=Global classes
*/

/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {display:block;clear:both;height:0;visibility:hidden;content:".";}
.cf {display:inline-block;}
* html .cf {height:1px;}
.cf {display:block;}

/* Structural elements, not visible when CSS is enabled */
.structural {
	position:absolute;
	left:-9999px;
}
.no-print {display:none;}

/* Images */
.alignleft,
.alignright {
	float:left;
	width:auto;
	margin:3px 15px 5px 0;
}
.alignright {
	float:right;
	margin:3px 0 5px 15px;
}


/*
=Main layout
*/
#body {width:auto;}

#title {
	padding:20px 0;
	font-size:2em;
	line-height:1;
}
#title h1 {
	margin:0;
	font-size:1em;
	font-weight:normal;
	line-height:1;
}
#title a {
	text-decoration:none;
}
.m-h h4 {
	margin-bottom:15px;
	font:normal 1em/1 sans-serif;
	color:#666;
	text-transform: none;
}

/*
=Hidden elements
*/
#skip,
#nav,
.comment,
.more-link,
.pager,
#content-secondary {display:none;}


/*
=Footer
*/
#footer {border-top:1px solid #999;}

