body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#documentTitle {
	font-family: verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

#mainTable {
    background-color: #FFFFFF;
    border: none;
    width: 100%;
}

#header {
    display: none;    
}

#headerPrint {
	display: visible;
}

#pageTitle {
    display: none;
}

#body {
    width: 100%;
}

#footer {
    display: none;
}

.label {
    font-family: Helvetica, Arial;
    font-size: 11px;
    font-weight: bold;
}

.data {
    font-family: Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
}

fieldset {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
}

fieldset legend {
	background-color: #F0F0F8;
	border: 1px solid #AAAAAA;
	color: #274D72;
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}


input.button, button.button {
    display: none;
}