/* Pop Styles */

body {
	font-family: Arial, sans-serif;
	font-size:11px;
	letter-spacing:.03em;
	background:#E6EBF1 url(../td_hl_01/images/pop_bkgrnd.gif) repeat-y center;
	margin: 0 auto 0 auto;
	}

* {padding:0; margin:0;}

td { vertical-align:top; }

#pop_wrapper {
	text-align: left;
	width: 520px;
	margin: 0 auto 0 auto;
	}
	
#pophead_wrapper {
	}

#pop_mainbanner {
	clear: both;
	width: 520px;
	height:51px;
	background: url(../td_hl_01/images/pop_head.jpg) no-repeat top;
	}

/* Content Area */

#pop_content {
	clear: both;
	text-align: center;
	margin: 0 auto 0 auto;
	}
	
#pop_content table {
	width: 480px;
	text-align: left;
	margin: 0 auto 0 auto;
	}
	
#pop_content table td.right {
	vertical-align: top;
	padding: 10px 10px 0 10px;
	}
	
#pop_content table td.right table {
	width: 460px;
	}
	
#pop_content table td.right table.numList ol li{
	list-style-position:inside;
	margin:5px 20px;
	list-style-type:none;
}
#pop_content table td.img {
	text-align: center; 
	}
	
#pop_content table td span.square {
	float:left;
	vertical-align:text-top;
	padding:0 8px 0 0;
	}
	
p, h1, h2, h3 {
	padding:0 0 8px 0;
	}
	
p.indent {
	padding:0 0 8px 20px;
	}
	
h1 {
	font-size:16px;
	color:#093678;
	}
	
.green {color: #528917;}
.blue {color: #093678;}

/* ******** Links ******** */
a:link, a:visited {
	color: #528917;
	text-decoration: underline;
	}

a:hover {
	color: #093678;
	text-decoration: underline;
	}

a:active {
	color: #FEDB00;
	text-decoration: underline;
	}