@charset "utf-8";
/* CSS Document */

body {
background-color: #fff;
background-image: none;
color: #000;
font-size:10pt;
}

#header,
#leftcol,
#menu{
display:none;
}

h1{
font-size:14pt;
font-weight:bold;
}

h2{
font-size:12pt;
font-weight:bold;
}

h3{
font-size:10pt;
font-weight:bold;
}

.printonly{
display: block;
}

.screenonly{
display: none;
}

.hidden{
display:none;
}

fieldset{
border:0;
}

label{
display:block;
font-weight:bold;
font-size:10pt;
border-top:1px solid #000;
}

input{
border:0;
border-bottom:1px solid #000;
width:100%;
}

input.button{
display:none;
}