/* =general */
body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.273em;
}
a {
	color: #efab50;
	background-color: inherit;
	text-decoration: none;
}
/* headings */
h1 {
	font-size: 5em;
	line-height: 1em;
	font-family: "GillSans Itallic", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-style: italic;
}
h2, h3, h4, table th {
    font-size: 1em;
    text-transform: uppercase;
}
h1, h2, h3, h4, table th {
	font-weight: normal;
}
h2, h3, p, ul, q, blockquote, table {
	margin-bottom: 1.273em;
}
q {
    text-indent: -.45em;
}
a img {
    border: none;
}
ol li {
	list-style-position: inside;
}
ol li h4 {
    display: inline;
}
tbody th {
	vertical-align: top;
	width: 6em;
	padding-right: 1em;
	text-align: left;
}
address {
	font-style: normal;
}