/*Text size */
html, body, td {
    font-size: 16px;
}

/*Strip Layout from print out */


/*Strip specific items we don't want to print */

#top_main {
	width: 900px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/top_main.jpg);
	background-repeat: no-repeat;
}

#ResponseForm{display: none;}

.paging {
    display: none;
}

.button {
    display: none;
}