/* [begin] Element Defaults */
body { 
	margin: 0em; 
	border: 0em; 
	padding: 0em; 

	text-align: center; 

	color: #000000; 
	background-color: transparent; }

img { border: 0em; }

h1, h2, p { 
	margin: .25em; }

a, a:link, a:visited, a:active, a:hover { 
	text-decoration: underline;
	font-weight: bolder; 
	color: #000000; 
	background-color: transparent; }

th { 	page-break-before: auto; } 
td { 	page-break-before: avoid; }
th, td { 
	page-break-inside: avoid; }
/* [ end ] Element Defaults */


/* [begin] Layout */
.layout { display: none; }

#page-container { 
	border: 0em; 
	color: #000000; 
	background-color: transparent; }

#content-container, #copyright-container { 
	display: block; 
	padding: .25em; 
	color: #000000; 
	background-color: transparent; } 
/* [ end ] Layout */


/* [begin] Content */
p.content { 
	margin: 1em auto; 
	width: 75%; 
	text-align: left; 
	text-indent: 1.5em; 
	line-height: 1.2em; }

a.calendar-hyperlink { 
	display: none; }
/* [ end ] Content */