﻿@media print {
   .donotprintlinks {
      display:none;
   }
}
body {
	background-color: #ADD8E6;
	font-family: TimesNR,Times;
	text-align: center;
	}
div.outsidebox {
	border-bottom: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	text-align: center;
	background-color: white;
	}
div.insidebox {
	text-align: left;
	background-color: white;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 49px;
	}
div.center {
	text-align: center;
	}
div.endspace {
	margin-bottom: 4em;
	}
.em30 {
	margin-bottom: 3.0em;
	}
.em20 {
	margin-bottom: 2.0em;
	}
.em15 {
	margin-bottom: 1.5em;
	}
.em10 {
	margin-bottom: 1.0em;
	}
.em05 {
	margin-bottom: 0.5em;
	}
table.centered {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
	}
table.centeredtdtop {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
	}
table.centeredtdtop td {
    vertical-align:top
	}
li.top13 {
	margin-top: 1.3em;
	}
li.top11 {
	margin-top: 0.15em;
	}
li.topM10 {
	margin-top: -1.0em;
	}
dl.topM00 {
	margin-top: 0em;
	}
.updated {
	font-style: italic;
	}
.UpdateDate {
	font-style: italic;
	padding-left: 0.4em;
	}
.LatestUpdateDate {
	font-style: italic;
	font-weight:bold;
	color:#990000;
	padding-left: 0.0em;
	}
p.centered {
    text-align:center
	}
img.centered {
    text-align:center
	}
.centeredbold {
    text-align:center;
    font-weight:bold
	}
.centeredboldunder {
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
	}
.centeredboldlarge {
    text-align:center;
    font-weight:bold;
    font-size:large;
	}
.centeredboldxlarge {
    text-align:center;
    font-weight:bold;
    font-size:x-large;
	}
.italic {
	font-style: italic;
	}
.under {
	text-decoration:underline
	}
.boldunder {
	text-decoration:underline;
	font-weight:bold
	}
.bolditalic {
	font-style: italic;
	font-weight:bold
	}
.bold {
	font-weight:bold
	}
div.indentedbox {
	margin-left: 2em; margin-top: 0.1em;
	}
ul.shortlines {
	list-style-type: none;
	}
h1 {
	text-align:center;
	}
h2 {
	text-align:center;
	}
td.nowrap {
	white-space:nowrap;
	}
