body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11pt;
  margin-top: 6px;
  background-color: #F3F3ED;
}

:link { color: #0033CC }
:visited { color: #336699 }

h1, h2, h3, h4, p, ul, ol {
  clear: both;
  margin: 0;
}

h1,.h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #009000;
	padding: 16px 0 4px 0;
}
h2,.h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #009000;
	padding: 16px 0 4px 0;
}
h3,.h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #009000;
	padding: 16px 0 4px 0;
}


h4,.h4 {
	font-size: 11pt;
	font-weight: bold;
	padding: 12px 0 4px 0;
}

td, th, p, ul, li {
  font-size: 11pt;
}

p {
  padding: 0 0 9px 0;
}

ul {
  padding: 0 12px 9px 16px;
}

ol {
  padding: 0px 12px 9px 30px;
  font-size: small;
  list-style-type: decimal;
  list-style-position: outside;
}

li {
  padding: 0 0 4px 0;
}

th {
  color: #808080;
  font-weight: normal;
  border-bottom: 1px solid #F0F0F0;
}

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

select {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 10pt;
}






select.navMenu {
	color: #336699;
}

.button {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	background: #B0D8A0;
}

ul.bullet {
  margin-left: 0px;
  list-style-type: none;
}

ul.bullet li {
  background-image: url(/images/bullet2.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-left: 18px;
}


div.page {
  width: 760px;
  margin: 5px auto 5px auto;
  background-color: #FFFFFF;
  padding: 0;
  text-align: left;
}

div.header {
  clear: both;
  background: url(/images/frame-top.gif) no-repeat top;
  height: 13px;
}

div.main {
  clear: both;
  padding: 0 36px 0 32px;
  background: url(/images/frame-mid.gif) repeat-y;
}

div.footer {
  clear: both;
  background: url(/images/frame-bottom.gif) no-repeat top; 
  height: 20px;
}
  

div.logo {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11pt;
  font-style: italic;
  color: #009000;
}

p.copyright {
  margin-top: 12px;
  font-size: 9pt;
}

.space-before {
  margin-top: 10px;
}
.space-after {
  margin-bottom: 10px;
}

.no-space {
  margin-top: 0px;
}


.fieldContent {
  padding-right: 8px;
}

.small {
  font-size: xx-small;
}

.red {
  color: #D00000;
}

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


div.copyright {
  margin: 0;
  font-size: 7pt;
  text-align: center;
}
