body { background-color: #FFFFFF; }
body,p,div,li,ol,dl,td,em,pre,blockquote,h1, h2, h3, h4, h5, h6,textarea,input,select {
font-family: font-family:Arial, Helvetica, sans-serif;
	}
body,p,a,em,strong,div,ol,ul,li {
	font-size: 12px;
	}	

.pageTitle {
	margin:0px;	
	padding-top:0px;
	padding-bottom:6px;
	} 
.qkLinkTitle {
	margin:0px;	
	padding-top:10px;
	padding-bottom:0px;
	}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/*
===================================================================
TEMPLATE LAYOUT
*/

#contentArea {
	margin-top: 20px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
	}
	
#contentGeneral { 
	width:580px;
	margin-left: 0px;
	padding-left:20px;
	padding-right:0px;
	 }
	 
#printBtn {
	position:absolute;
	left:228px;
	top:16px;
	width:52px;
	height:14px;
	background-image: url(../../images/db/db_p_print.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#closeBtn {
	position:absolute;
	left:228px;
	top:41px;
	width:52px;
	height:16px;
	background-image: url(../../images/db/db_p_close.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}


/* FOOTER DETAILS */

#footer {
	padding-left:20px;
	/* height: 95px; */
/*	background-image: url(../images/template/footer_homeBG.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF; */
	}

/* ADDRESS DETAILS */
.footerTxt {
	white-space:nowrap;
	}	

