
/* print styles */

#top_wrapper, #top_bar, #navwrap, #hdr_mp, #hdr_sp, #footer  {
	display: none;
}

#phdr {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #626262;
	text-align: center;
}
	#phdr img {
		margin-bottom: 20px;
	}
#pftr {
	width: 100%;
	margin: 30px auto 0;
	padding-top: 10px;
	border-top: 1px solid #626262;
}
	#pftr p {
		font-size: 11px;
		text-align: center;
	}

/* other styles */

img { 
	border: 0; 
}
hr {
	clear: both;
	height: 1px;
	border: none 0; 
	border-top: 1px solid #dcdcdc;
	margin: 10px 0;
}

#prImg {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}
#cbx_rt_sp img {
	display: none;
}

/* text styles */

body,td,p { 
	font: 14px/21px Verdana, sans-serif; 
	color: #292929; 
}

h1,h2,h3,h4,h5 {
	padding: 0;
	color: #292929;
}
strong { color: #292929; }

h1 { font: normal 22px/26px Arial, 'Lucida Grande', sans-serif; }	
h2 { font: normal 18px/22px Arial, 'Lucida Grande', sans-serif; }
h3 { font: bold 14px/18px Arial, 'Lucida Grande', sans-serif; }
h4 { font: bold 11px/14px Arial, 'Lucida Grande', sans-serif; text-transform: uppercase; }

.smtxt { font: normal 11px/16px Arial, 'Lucida Grande', sans-serif; }
.tnytxt { font: normal 10px/14px Arial, 'Lucida Grande', sans-serif; }
.wht {color: #fff;}
.italic { font-style: italic; }
.bld { font-weight: bold; }

/* misc. positioning styles */

.spcr_n { margin: 0; padding: 0; } /* null spacing - clear margin, padding */
.spcr_t { margin: 10px 0 0 0; }
.spcr_t2 { margin: 20px 0 0 0; }
.spcr_b { margin: 0 0 5px 0; }
.spcr_b2 { margin: 0 0 15px 0; }

.inln { display: inline; }
.ctr { text-align: center; }
.left { float: left; }
.right { float: right; }
.clr { clear: both; }
.txtlft { text-align: left; }
.txtrt { text-align: right; }