
body {
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

div#main {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.center {           /* ======== specifically for centering images ========== */
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div { /* causes Mozilla browsers to handle box model in same way as IE */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

p {
	font-size: 14px;
	text-align: justify;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.uline {
	text-decoration: underline;
}

.page {
  text-align: center;
  font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.review {
	text-align: justify;
	text-indent: 10px;
}

/*  ============  formatting for Ordered List tag  ==============  */ 
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
/*  ============  formatting for Ordered List tag  ==============  */

ul {
	list-style-type: decimal;
	margin-top: 0px;
	text-align: justify;
	font-size: 13px;
}

ul.upper {
	list-style-type: upper-roman;
	text-align: justify;
}

ul.lower {
	list-style-type: lower-alpha;
	text-align: justify;
}

ul.alphaup {
	list-style-type: upper-alpha;
	text-align: justify;
}

ul.disc {
	list-style-type: disc;
	text-align: justify;
}

ul.none {
	list-style-type: none;
	text-align: justify;
}

li.space {
	margin-bottom: 1em;
}

li.nomargin {
	margin-left: -6px;
}

table.TableCommonStyles {
	Width: 100%;
	font-size: 13px;
	border: 0px solid black;
	vertical-align: top;
	line-height: 100%;
}

table.TableCommonStyles td {
	vertical-align: top;
}

.smalltable {
	width: 100%;
	font-size: 13px;
	border: 0px solid black;
	vertical-align: top;
}

.contentstable {
	width: 440px;
	font-size: 13px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 200%;
]

td {
	vertical-align: top;
}
