/* CSS Print Document */

.top {
	display: none;
}

.top_right {
	display: none;
}

.tail {
	display: none;
}

.tail_right {
	display: none;
}
.main {
	display: none;
}
.main_right {
	display: none;
}

}

.top_right {
	background-image: url(images/top.gif);
	background-position:center;
	background-repeat: repeat-y;
}

.tail {
	background-image: url(images/tail.gif);
	background-repeat: no-repeat;
}

.tail_right {
	background-image: url(images/tail.gif);
	background-position:center;
	background-repeat: no-repeat;
}
.main {
	background-image: url(images/page_tile.gif);
	background-repeat: repeat-y;
}
.main_right {
	background-image: url(images/page_tile.gif);
	background-position:right;
	background-repeat: repeat-y;
}


body,td,tr {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #434751;
	background: white;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #0073be;
	}


.side {
    display: none;
} 

.nav {
    display: none;
} 

#text_nav {
    display: none;
} 

.print {
    display: none;
} 


.foot {
	font-size: 9pt;
}

.foot_print {
	font-size: 9pt;
}

.foot_scotch {
    display: none;
} 


.print_main {
	padding: 0px 150px 0px 0px;
}

.break {
	page-break-after: always;
}

.body-header, .body-footer {
	display: none;
}


#include {
	width:650px
}

.key {
	font-size: 10px;
}