body{
	background: White;
	color: black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 80%;
	margin: 5px;
	padding: 0;
	text-align: center;
	min-width: 600px;
}
/*
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 210mm;
}
*/
.page{
	width: 200mm;
	margin: 2mm auto 2mm auto;
	background: #FCFCFC;
	padding: 2mm;
	text-align: left;
	/*
	border-top: thin inset Black;
	border-left: thin inset Black;
	border-right: 5px outset #CAD0D7;
	border-bottom: 5px outset #CAD0D7;
	*/
}
H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}
H2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1E90FF;
	font-size: 2.5em;
	font-weight: bold;
	text-align: justify;
}
H3{
	font-size: 1em;
	font-weight: bold;
}
.rightPic{
	float: right;
	margin: .5em 0 .5em .5em;
}
.leftPic{
	float: left;
	margin: .5em .5em .5em 0;
}
.break{
	clear: both;
	height: 1px;
}
.breakBefore{
	page-break-before: always;
}
.breakAfter{
	page-break-after: always;
}
div.pagebreak{
	page-break-after: always;
	height: 1px;
	clear: both;
}
.captionBox{
	background: #FEC501;
	font-size: .8em;
	padding: .5em;
	text-align: center;
}
.captionBox H4{
	font-weight: bold;
	color: red;
	text-transform: uppercase;
	font-size: .8em;
}