/* =general */
body,
input,
textarea {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.273em;
}
a {
	color: #00e;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
/* headings */
h1 {
	font-size: 1.35em;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5 {
	font-family: "GillSans Itallic", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
h1 span {
	font-size: 1.5em;
}
h2 {
  font-size: 1.9em;
  color: #444;
}
h3, .gallery h2, h4, table th {
  font-size: 1.2em;
}
h1, h2, h3, h4, table th {
	font-weight: normal;
}
h2, h3, p, ul, q, blockquote, table {
	margin-bottom: 1em;
}
.content h3 {
	margin-bottom: .5em;
}
.content h3.subtitle {
	text-align: right;
	margin-top: -1em;
	margin-bottom: 1em;
}
q {
  text-indent: -.45em;
}
a img {
  border: none;
}
li {
	padding: .25em 0;
}
ol li {
	list-style-position: inside;
}
tbody th {
	vertical-align: top;
	width: 4em;
	padding-right: 1em;
	text-align: left;
}
form tbody th {
	font-size: 1em;
}
address {
	font-style: normal;
}
ul.links a {
	display: block;
	text-decoration: none;
}
ul.links a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5em;
}
p.footer {
	margin-top: 1em;
	text-align: center;
	color: #666;
	font-size: .9em;
	letter-spacing: 1px;
}
p.footer a {
	color: #666;
	text-decoration: none;
}
p.footer a:hover {
	text-decoration: underline;
}
