a:link {
	color: #0000FF;
	text-decoration: none;
}

a:link.pageheading {
	color: #336699;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:visited.pageheading {
	color: #336699;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: none;
}


body {
	margin-left: 15px;
	margin-top: 0;
}

body, p {
	background-color: #FBF9EC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	color: #336699;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .3em;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

h2 {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .5ex;
	margin-top: 3px;
}

h2.list {
	font-size: 100%;
	margin-bottom: 1em;
	text-decoration: underline;
}

h3 {
	font-size: 95%;
	font-weight: normal;
	margin-bottom: .7ex;
	margin-top: 0;
}

p {
	margin-bottom: 1ex;
	margin-top: .5ex;
}

p.list {
	padding: 2px 0 2px 0;
}

pre {
	color: #000000;
	font-size: 100%;
	font-style: italic;
}

.full {
	font-size: 95%;
}

hr {
	margin-bottom: 1px;
	margin-top: 1px;
}

.center {
	text-align: center;
}

#copy {
	text-align: center;
	font-size: 70%;
	margin-left: auto;
	margin-right: auto;
}

.left {
	width: 200px;
}

.note {
	font-size: 80%;
	line-height: 125%;
	color: #003366;
}