* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #FFF;
	font-family: times, "Times New Roman", serif;
	font-size: 12pt;
}

h2, h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

h2 {
	font-size: 18pt;
	color: #E45D27;
	border: dashed #333;
	border-width: 1pt 0;
	padding: 0.4em 0;
}

h3 {
	font-size: 14pt;
	color: #2C6ED5;
}

p, dl, address {
	margin: 1.5em 0 1.5em 0;
}

p, ul, ol, dl, address, table {
	line-height: 1.5em;
	color: #333;
}

ul, ol {
	margin: 1.5em 0 1.5em 3em;
}

ul {
	list-style-type: square;
}

dt {
	float: left;
	clear: both;
	margin-right: 0.3em;
	font-weight: bold;
}

address {
	font-style: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

table, table th, table td {
	border: 0.5pt #808080;
}

table {
	border-collapse: separate;
	border-spacing: 1pt;
	border-style: outset;
	text-align: left;
}

table th, table td {
	padding: 4pt;
	border-style: inset;
}

table th {
	font-weight: bold;
}

img {
	border: 0;
}

acronym {
	font-family: georgia, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

a {
	color: #00F;
	text-decoration: underline;
}

a[href^="http://"]:after {
	content: " \003C"attr(href)"\003E";
}

#header ul, #nav, #links, .noprint {
	display: none;
}

#header h1 {
	text-align: center;
	margin: 4pt 0 24pt 0;
}

#footer {
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 24pt 0 4pt 0;
	border-top: 1pt solid #333;
}

#footer li {
	font-size: 9pt;
	display: inline;
	padding: 0 0.4em 0 0.8em;
	border-left: 1pt solid #333;
}

#footer li.first {
	border: 0;
}

.photo {
	float: right;
	margin: 0 0 1em 2em;
}

.borderless {
	padding: 2pt;
	border: 1pt solid #999;
}