/*----------------------------------------
    Print CSS
----------------------------------------*/
body{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

h1, h2, h3, th, dt, strong, a {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
}

div#header,
div#head_menu,
div#side_menu{
	display: none;
}

div#sidebar{
	display: none;
}

.accordion_toggle {
	visibility: visible;
}

.accordion_content {
	visibility: visible;
}

img{
	display: none;
}