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

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

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

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

#contentArea {
	padding-top: 20px;
	padding-right:0px;	
	padding-bottom:20px;
	padding-left:0px;
	}
	
#contentGeneral { 
	width:580px;
	margin-left: 0px;
	padding-left:20px;
	padding-right:0px;
	 }
	 
#printBtn {
	position:absolute;
	left:339px;
	top:4px;
	width:121px;
	height:34px;
	background-image: url(../images/w_p_print.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#closeBtn {
	position:absolute;
	left:466px;
	top:5px;
	width:128px;
	height:34px;
	background-image: url(../images/w_p_close.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#topBtn {
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	width: 590px;
	text-align: right;
	}
	
/* FOOTER DETAILS */

.footer {
	padding-left:20px;
	font-size:10px;
	}

.footerTxt {
	white-space:nowrap;
	}
#copyr {
	padding-top:10px;
	}
#addr {
	padding-top:5px;
	}	
#fLogo {
	padding-top:15px;
	padding-left:18px;
	}		
/* footer pipe */
.fPipe { padding-left: 2px; padding-right:2px; }

