body {
	font-family: Arial, Helvetica, sans-serif;
}
td,p {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}

#TOPBAR, #MIDDLEBAR, #SPACER1, #TOPPART, #MENU, #BOTTOMBAR {
	display: none;
}

.mainBodyPadding {
	padding: 20px 0px 0px 0px;
}

/* Set the LAYOUT table to 100% and also it's MAINBODY <td> to auto width */
#LAYOUT {
	width: auto;
}

#MAINBODY {
	border: none;
	width: auto;
}

/* Formating the LOGO table for print 
1) Hide the first <td> (#LOGO1)
2) Set the width of the second and third <td>'s to auto in order for
them to display properly */
#LOGO {
	width: 100%;
}
#LOGO1, #LOGO2, #CALLBACK, #printImage {
	display: none;
}
#LOGO3 {
	width: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d7d7d7;
}

.lines {
	border: 0px;
	padding: 0px;
