* { margin: 0; padding: 0 }

h1, h2, h3, h4, h5, h6, h7, p, li, td, th, label, input, select, blockquote, dt, dd { 
	font-family: Verdana, Arial, sans-serif;
}

p, li, td, label, input, select, blockquote, dt, dd {
	font-size: 12px;
}

th { font-size: 14px; font-weight: bold; }

p {
	color: #363636;
	margin: 0 0 1em;
	text-align: justify;
}

blockquote {
	font-style: italic;
	margin: 1em;
}

ul {
	margin: 0 0 1em;
}

li {
	margin: 0 0 0 3ex;
}

table {
	border: 0;
	margin: 0 0 1em 0;
	border-spacing: 0;
	width: 100%;
}

td, th {
	vertical-align: top;
	padding: 2px;
}

td.numeric, th.numeric,
td.phone, th.phone {
	text-align: right;
}

tr.alt td { background-color: #F3EED9; }
div.alt { background-color: #F3EED9; }

thead th {
	text-align: left;
	background-color: #DDD8C7;
	padding: 3px;
}






body {
	background: url(../img/pop/bg.jpg) top left repeat-x #E7CD5E;
	text-align: center;
}

div.wrap {
	width: 414px;
	margin: 24px auto 0;
	background: url(../img/pop/w-r.gif) top left repeat-y #FFFAE4;
	text-align: left;
}

div.wrap div.pad {
	background: url(../img/pop/w-t.jpg) top left no-repeat transparent;
	min-height: 400px;
	padding: 1px 0 0 0;
	_height: 400px;
}

div.footer {
	width: 414px;
	margin: 0 auto;
	background: url(../img/pop/f.jpg) top left no-repeat transparent;
	min-height: 10px;
}

h1 {
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;

	width: 400px;
	height: 75px;
	margin: 7px;

	background: url(../img/pop/h.jpg) top left no-repeat transparent;
}

div.content {
	padding: 10px 20px;
}


dt {
	clear: left;
	width: 100px;
	float: left;
	color: #363636;
}

dd {
	margin: 0 0 10px 120px;
	color: #363636;
}

dt.business { font-weight: bold; }
dd.business { font-weight: bold; }

