body {
	background-color: white;
	color: Black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	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;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

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: 13px;
	text-align: justify;
}

p.small {
	font-size: 10px;
	text-align: justify;
}

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

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.hvary {
	font-variant: small-caps;
}

.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;
}

h4.normal {
	width: 100%
}

hr.small {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.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: 12px;
}

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;
	margin-left: 0px;
	padding-left: 14px;
}

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: 12px;
	border: 0px solid black;
	vertical-align: top;
	line-height: 100%;
}

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

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

table.contentstable {
	width: 100%;
	font-size: 12px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border-collapse: collapse;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.contentstable td {
	font-size: 12px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 100%;
}

.cell1 {
	width: 80px;
	font-size: 12px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 100%;
}

.cell2 {
	width: 294px;
	font-size: 12px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 100%;
}

.cell3 {
	width: 56px;
	text-align: right;
	font-size: 12px;
	font-family: "Courier New",monospace,sans-serif;
	vertical-align: top;
	border: 0px solid black;
	cell-padding: 2px;
	line-height: 100%;
}

td {
	vertical-align: top;
}

/* ============ link styles below ================== */

a {
   border-style: none;
   border-width : 1px 4px 4px 1px;
   text-decoration : none;
   padding : 1px;
   border-color : #69f #00f #00f #69f;
	line-height: 100%;
}

a:active {
    border: 2px inset;
}

a:link {
	color: blue;
   text-decoration: none;
}

/*a:visited {
   color: #663300;
   text-decoration: none;
}*/

a:hover {
	color: #ff33cc;
   text-decoration: underline;
	border-color: #ccc;
}

a:visited {
	color: Teal;
	text-decoration: underline;
}

#footer {
       margin: 0 25%;
       background-color: #ccffff;
}