/* CSS Document */

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #F3F2FF;
}
div.shaded {
	background-color: #EEEEEE;
	padding: 25px;
	border: 2px double #006699;
}
div.symbols {
	font: normal 14px "Comic Sans MS", sans-serif;
}
h1,h2 {
	text-align: center;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-align: center;
}
h4 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: center;
}
.box {
	border: 2px solid #999999;
}

.figureLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	font-weight: normal;
	color: #777777;
}
.topicSubheader {
	background-color: #ECECFF;
	text-align: center;
	border: 2px double #6699CC;
	padding: 10px;
}
.smallFont {
	font-size: 11px;
}
.notesFont {
	font-size: 10px;
}

ol {
	left: 300px;
}
li{
	list-style-type: square;
}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}

br.pagebreak {
	page-break-before: always;
}

