/* See screen.css for rights and authorship information */

body {
	background: #fff;
	color: #000;
	font: normal 10pt/15pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a { color: #000; }

a:after { color: #666; }

#content { padding: 0 0 15pt; }

#content a:after {
	content: " \003C" attr(href) "\003E ";
	font-family: Consolas, Monaco, monospace;
	font-size: 9pt;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	line-height: 30pt;
	margin: 0 0 15pt;
}
h2 { font-weight: bold; }

ol,
ul { margin: 0 0 15pt 15pt; }
ol { list-style: decimal; }
ul { list-style: disc; }

p { margin: 0 0 15pt; }

.vcard {
	color: #333;
	font-size: 8pt;
	display: block;
	margin: 0 0 15pt;
}

table {
	font-size: 8pt;
	margin: 0 0 15pt;
	width: 100%;
}
table caption {
	font-weight: bold;
	text-align: left;
}
th {
	font-style: italic;
	text-align: left;
	width: 25%;
}
th.service { width: 50%; }
th.service-no-package { width: 75%; }
table + p { font-size: 8pt; }
table + p:before { content: "* "; }

#nav { display: block; }

#logo,
#gallery,
img,
#nav ul,
.skip { display: none; }