.noprint {
    display: none !important;
}
#tdnav {
    width: 0px;
    display: none;
}

body {
	
        width: 655px !important;
	max-width: 655px !important;
        /* to centre page on screen*/
        margin-left: auto;
        margin-right: auto;	
}
.container, #footer {
    
        width: 655px !important;
    max-width: 655px !important;
        /* to centre page on screen*/
        margin-left: auto;
        margin-right: auto;	
}

body,input,textarea,select
{
    font-size: 10pt;
    line-height: 1.45em;
}
.main_body {
	margin: 0;
	
}
#main {
	top: 0;
}
#titleBar {
	
	display: none;
}
#header {
	display: none;
}
#main_footer > #footer_social_icons {
    display: none;	
}
#footer_nav {
	display: none;
}
#footer {
    background: #fff;
    color: #111;
}


fieldset, div.fieldset {
    border: 1px solid #999;
    border-radius: 10px;
}
legend, div.legend {
    border: 1px solid #999;
    color: #999;
}
div.fieldset {
	margin-top: 2em;
}

.print_only {
    display: block;
}


    h1,h2,h3,h4,h5,h6
    {
        color: #111;
    }