/*
 * <body><div id="page"><div id="content">
 */
body {
	background: #e6e6e6 url(stripes_dark.png) repeat scroll 50% 50%;
	margin: 0;
	padding: 0;
	font: 8pt "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#page {
	background: #eeeeee url(stripes.png) repeat scroll 50% 50%;
	width: 100%;
	text-align: center;
	margin: 120px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: grey;
	padding: 2em 0;
}
#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 1em;
	
}
a:link, a:visited, a:active {
	color: #FF217A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0;
}
#accordion {
	margin: .5em 0;
	color: black;
	font-size: 8pt;
}
.ui-accordion-header {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font: 8pt "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
td.label {
	color: grey;
	text-align: right;
	padding-right: 1em;
	white-space: nowrap;
}
h3 {
	font-size: 8pt;
	color: grey;
}
ul {
	margin: 0;
	
}