/* ================================
   --------------------------------
   PRINT STYLES
   --------------------------------
   ================================

 Layout
---------------------------------*/
body,#container,#content {
float:none !important;
margin:0 !important;
padding:0 !important;
width:auto !important
}

/* Typography
---------------------------------*/
body {
font-family:georgia, times, serif
}

/* approx 21px*/
h1 {
font-size:21pt
}

/* approx 16px*/
h2 {
font-size:16pt
}

/* approx 10px*/
h5 {
font-size:10pt
}

p {
font-size:10pt;
font-weight:400;
line-height:14pt
}

/* Hidden
---------------------------------*/
#sidebar {
display:none
}

/* Links
---------------------------------*/
a {
color:#3a3d7f;
font-size:0.8em
}

a[href]:after {
content:" [" attr(href) "] "
}

h3,h4 {
font-size:12pt
}

a:link,a:visited,a:active {
color:#3a3d7f
}

/* Hide Sifr
---------------------------------*/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
