html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img
{
	behavior: url('/js/iepngfix.htc');
}

a:link,
a:visited
{
	color: #004960;
}

a:hover,
a:active
{
	color: #00afef;
}

body
{
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.35em; /* 16×1.125=18 */
	color: #333;
}

.clear_both
{
	clear: both;
	height: 1px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2
{
	color: #00afef;
	font-size: 1.5em; /* 12×1.5=18 */
	line-height: 1.15em;
	margin: 0 0 12px 0;
}

h3
{
	color: #333;
	font-size: 1.25em; /* 12×1=12 */
	margin: 0 0 3px 0;
}

h4
{
	font-weight: bold;
	color: #004960;
	font-size: 1.14em; /* 12×1=12 */
	margin: 0 0 3px 0;
}

h5
{
	color: #333;
	font-size: 1.17em; /* 12×1.5=18 */
	line-height: 1em;
	margin: 0 0 8px 0;
}

h6
{
	color: #333;
	font-size: 1em; /* 12×1=12 */
	margin: 0 0 3px 0;
}

p
{
	margin: 0 0 1em;
}

blockquote
{
	margin: 10px 30px;
}

.center
{
	text-align: center;
}

.error,
.required
{
	color: #98092e;
}

ul.standard
{
	margin: 0 2.5em 1em;
	list-style: disc outside;
}

	ul.standard li
	{
		margin: 0 0 0.25em 0;
		list-style: disc outside;
	}

ol.standard
{
	margin: 0 2.5em 1em;
	list-style: decimal outside;
}

strong
{
	font-weight: bold;
}

.notbold
{
	font-weight: normal;
}

.small
{
	font-size: 0.825em; /* 12×0.825=10 */
}

.more-link
{
	background: transparent url('../images/layout/more_arrow_wht.gif') right 4px no-repeat;
	font-size: 0.825em; /* 12×0.825=10 */
	font-weight: normal;
	padding: 0 12px 0 0;
	margin: 0 0 12px 0;
	text-align: right;
}

	.more-link a
	{
		text-decoration: none;
	}

	.more-link.attop
	{
		position: absolute;
		top: 20px;
		right: 275px;
	}

	.more-link.wht
	{
		background: transparent url('../images/layout/more_arrow_wht.gif') right 4px no-repeat;
	}

	.more-link.gry
	{
		background: transparent url('../images/layout/more_arrow_gry.gif') right 4px no-repeat;
	}

ul.horiz-pipe-links li
{
	display: inline;
	border-left: 1px solid #333;
	padding: 0 6px;
}

	ul.horiz-pipe-links li.first
	{
		padding-left: 0;
		border-left: none;
	}
