body {
	font-size: 75%;
	}
body,p,div,li,ol,dl,td,em,address,pre,blockquote,span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

.pageTitle {
	margin:0px;	
	padding-top:15px;
	padding-bottom:6px;
	}
	 
h1,h2, h3, h4, h5, h6	{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:180%;
	}

h2 {
	font-size:170%;
	}

h3 {
	font-size:150%;
	}

h4 {
	font-size:130%;
	}
h5 {
	font-size:120%;
	}
h6 {
	font-size:110%;
	}

/* LINKS */
a:link {
	color:#000000;
	text-decoration:underline;
	}
a:active {
	color:#FF0000;
	text-decoration:underline;
	}
a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}

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

#contentArea {
	margin-top: 10px;
	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;
	}	

