.header, .banner, .footer, .noPrint {
	display: none;
}

/* -- Typography -- */
body {
background: #FFF;
color: #000;
font-family: Georgia, serif;
line-height: 1.2;
font-size: 1em;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
margin-bottom: 2em;
}

.content h3, .content h2 {
font-​​weight: normal;
margin: 1em 0 1em;
text-​​shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
	font-size: 1.6em;
	margin-bottom: 1em;
}

.content h2 {
	font-size: 1.2em;
}

.content .caption {
	font-size: .8em;
}

.right {
    float: right;
    margin: 0 0 0 1em;
    width: 40%;
}

.right img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C6B5;
    display: block;
    margin: 0;
    padding: 5px;
    width: 96%;
}

.caption {
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 0.5em 0 1em;
}


/* Tables
-------------------------------------------------------------------------*/

table {
	border: 1px solid #000;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	background: #fff;
	width: 100%;
}

td, th {
	line-height: 1.2em;
	padding: 8px 8px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: top;
}

th {
	text-align: center;
}


td p {
	margin-bottom: 0.5em;
}