@charset "utf-8";
body {
	font:13px/21px Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif
}

h1, h2	{ font-family: 'FrutigerLTStd55Roman', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; font-weight: normal; line-height: 42px }
h1,h2,h3,p	{ margin: 21px 0 0 }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset	{ margin-bottom: 21px }

h1 {
	font-size: 29px
}
h2 {
	font-size:21px
}
h3 {
	font-size:13px; margin-bottom: 0px
}
a	{ font-weight: bold }

a:link {
	color:#336699;
	text-decoration: none;
	}
a:visited {
	color:#336699;
	text-decoration: none;
	}
a:active {
	color:#336699;
	text-decoration: none;
	}
a:hover {
	color:#336699;
	text-decoration: underline;
	}
a:focus {
	outline: none;
}
q		{ font-style: italic}
h3+p	{ margin-top: 0 }

li {
	padding-top: 5px;
}
sup	{
	vertical-align:super;font-size:76%;
}
