body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin-top: 6px;
  background-color: #FFFFFF;
  color: #000000;
}

div.pageBody {
	width: 90%;
	margin: 0 auto 0 auto;
}

p, td, th, li, h2, h3, h4 { font-family: Verdana, Helvetica, Arial, sans-serif; }
h1, .h1, .pagehead, .largehead { font-family: Tahoma, Verdana, Arial, Helvetic, sans-serif; }



form {
  margin: 0px;
}

table.page {
  text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
}

a:link { color: #C02020; }
a:active, a:hover { color: #FF0000; text-decoration: underline }
a:visited { color: #A01850; }

p, td, th, li, pre {
  font-size: small;
}

p, pre {
  margin: 0px 0px 12px 0px;
}

th {
  vertical-align: bottom;
  padding-left: 4px;
  padding-right: 4px;
}

ul {
  margin: 0px 0px 12px 0;
  padding: 0px;
  list-style-type: none;
}

ol {
  margin: 0px 0px 12px 0;
  padding: 0px;
}

ul li {
  background-image: url(/images/bullet.gif);
  background-position: left 4px;
  background-repeat: no-repeat;
  padding: 0 0 2px 16px;
  margin-left: 8px;
}

ol li {
  margin-left: 30px;
}


h1,.h1 { font-size: xx-large; font-weight: normal; margin-top: 12pt; margin-bottom: 1pt; text-align: center; }
h2,.h2 { font-size: large; font-weight: bold; margin-top: 10pt; margin-bottom: 1pt; }
h3,.h3 { font-size: medium; font-weight: bold; margin-top: 10pt; margin-bottom: 1pt; }
h4,.h4 { font-size: small; font-weight: bold; margin-top: 8pt; margin-bottom: 1pt; }

.superhead { font-size: medium; font-weight: normal; }
.pagehead { font-size: x-large; font-weight: normal; }
.largehead { font-size: xx-large; font-weight: normal; }

hr {
  height: 1px;
  width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px; 
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

.preamble { font-size: medium; }
.small { font-size: x-small; }
.red { color: #C00000; }
.lightGrey { color: #808080; }
.bgGrey { background-color: #F0F0F0; }
.noMargin { margin: 0px; padding: 0px; }
.spaceBefore { margin-top: 4pt; }
.center { text-align: center; }

th.tableTitle {
  vertical-align: bottom;
  text-align: left;
  color: #585858;
  font-size: small;
  font-weight: normal;
  padding-left: 6px;
  padding-right: 6px;
}

th.cellLabel {
  vertical-align: bottom;
  text-align: left;
  color: #585858;
  font-size: x-small;
  font-weight: normal;
}

td.tableContent {
  background-color: #FFFFFF;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 6px;
  padding-right: 6px;
}

td.tableShadow { border-right: 1px ridge #C0C0C0; border-bottom: 1px ridge #C0C0C0; }

td.cellWhite, td.cellMauve, td.cellYellow, td.cellBlue, td.cellGreen
{
  border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}
	
td.cellWhite { background-color: #FFFFFF; }
td.cellMauve { background-color: #E6E6F7; }
td.cellYellow { background-color: #FFFFDD; }
td.cellBlue { background-color: #EAF7FF; }
td.cellGreen { background-color: #DBF0DB; }

input, textarea {
  font-family: "Courier New", monospace;
  font-size: small;
}

select, option {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
}

.buttonSubmit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
}

.correction { background-color: #FFECE8; border: 1px solid #D00000; padding: 2px; }
