﻿p { font-size: 12px; line-height: 1.3em; }
.nospace { margin: 0px; color: black; text-align: left; }
.nospacecenter { margin: 0px; color: black; text-align: center; }
.nospaceright { margin: 0px; color: black; text-align: right; }
.hanging { padding-left: 68px; text-indent: -68px; }
.moreindented { margin-left: 68px; }
.center { text-align: center; }
.left { text-align: left; }
.indented { margin-left: 12px; }
.nospaceindented { margin: 0 0 0 12px; }
.warning{ font-weight: bold; color: red; }
.small { font-size: 60%; }
.nospacesmall  { font-size: 70%; margin: 0px; }
.nospacetiny  { font-size: 60%; margin: 0px; }
.white { color: white; text-align: left; }
.centerwhite { text-align: center; color: white; }
.nospacecwhite { margin: 0; color: white; }
.nospacecenterwhite { margin: 0; text-align: center; color: white; }
.times { font-family: Times New Roman, Times, serif; font-style: italic; }
.nospacefixed { font-size: 80%; font-family: Courier New, Courier sans-serif; margin: 0px; }
.nospacefixedcenter { font-size: 80%; font-family: Courier New, Courier sans-serif; margin: 0px; text-align: center; }
.nospacefixedright { font-size: 80%; font-family: Courier New, Courier sans-serif; margin: 0px; text-align: right; }

hr { color: #669999; width: 100%; text-align: left; margin: 4px 0 4px 0; }
hr.black { color: black; width: 100%; text-align: left; margin: 4px 0 4px 0; }


a { font-weight: bold; text-decoration: none; color: #7f360f; }
a:hover { text-decoration: underline;}

ol { font: 12px/1.3em Verdana, Helvetica, sans-serif; font-weight: normal; color: black; list-style-position: outside; margin: 0px; padding-left: 20px; }


ul { font: 12px/1.3em Verdana, Helvetica, sans-serif; font-weight: normal; color: black; list-style-position: outside; margin: 0px; padding-left: 20px; }
li.number {list-style-type: decimal; padding-left: 7px; margin: 0 0 0 10px; }
ul.image {list-style-image: url("images/arrow.gif"); margin-left: 20px;}
ul.noimage {list-style-type: none; }
ul.circle {list-style-type: circle; margin-left: 20px; }
ul.solidcircle {list-style-type: disc; margin-left: 20px; }
ol.numbered li { list-style-type: decimal; margin-left: 20px; margin-bottom: 12px;  margin-top: 12px; }
ol.numbered li li { list-style-type: lower-alpha; }
ol.numbered li li li { list-style-type: decimal; }
ol.numbered li li li li { list-style-type: disc; }

ol.numberednospace li { list-style-type: decimal; margin-left: 36px; }
ol.numberednospace li li { list-style-type: lower-alpha; margin-left: 9px; }
ol.numberednospace li li li { list-style-type: decimal; margin-left: 9px; }
ol.numberednospace li li li li { list-style-type: disc; margin-left: 9px; }

ol.alphalower li { list-style-type: lower-alpha; margin-left: 20px; margin-bottom: 12px;  margin-top: 12px; }
ol.alphalower li li  { list-style-type: decimal; }
ol.alphalower li li li { list-style-type: disc; }
ol.alphalower li li li li { list-style-type: circle; }

ol.alphalowernospace li { list-style-type: lower-alpha; margin-left: 36px; }
ol.alphalowernospace li li  { list-style-type: decimal;  margin-left: 9px; }
ol.alphalowernospace li li li { list-style-type: disc;  margin-left: 9px; }
ol.alphalowernospace li li li li { list-style-type: circle; margin-left: 9px; }

ol.alphaupper li { list-style-type: upper-alpha; margin-left: 20px; margin-bottom: 12px; margin-top: 12px; }
ol.alphaupper li li { list-style-type: decimal; }
ol.alphaupper li li li { list-style-type: lower-alpha; }
ol.alphaupper li li li li { list-style-type: disc; }
ol.roman li { list-style-type: upper-roman; margin-left: 20px; margin-bottom: 12px;  margin-top: 12px; }
ol.roman li li { list-style-type: upper-alpha; }
ol.roman li li li { list-style-type: decimal; }
ol.roman li li li li { list-style-type: lower-alpha; }
ol.roman li li li li li { list-style-type: disc; }


span.header3super { vertical-align: super; font-size: 11px; }
span.bodytextsuper { vertical-align: super; font-size: 8px; line-height: 0;}
span.bold { font-weight: bold; }
span.bolditalic { font-weight: bold; font-style: italic; }
span.warning { font-weight: bold; color: red; }
span.underline { text-decoration: underline; }
span.italic { font-style: italic; }


table { vertical-align: top; borders: 0px; margin: 0px; padding: 0px; }
table.eighty { vertical-align: top; width: 80%; border: 0px; margin: 0px; padding: 0px;}
table.borders { margin: 0px; padding: 0px; border-collapse: collapse; width: 100%; border: 6px solid #7f360f; }
table.thinblackborders { margin: 0px; padding: 0px; border-collapse: collapse; width: 100%; border: 1px solid black; }
table.borderseighty { margin: 0px; padding: 0px; border-collapse: collapse; width: 80%; border: 6px solid #7f360f; }
td { vertical-align: top; }
td.middle { vertical-align: middle; }
td.bottom { vertical-align: bottom; }
td.center { text-align: center; }
td.right { text-align: right; }
td.centermiddle { text-align: center; vertical-align: middle; }
td.borders { vertical-align: top; border: 1px solid #7f360f; }
td.rightborders { vertical-align: top; border-right: 1px solid #7f360f;}
td.bordersmiddle { vertical-align: middle; border: 1px solid #7f360f; }
td.bordersmiddlecenter { vertical-align: middle; border: 1px solid #7f360f; text-align: center;}
td.borderscentertop { vertical-align: top; border: 1px solid #7f360f; text-align: center;}
td.bottomborders { vertical-align: middle; border-bottom: 1px solid #7f360f;}
td.topborders { vertical-align: middle; border-top: 1px solid #7f360f;}
td.topbottomborders { border-top: 1px solid #7f360f; border-bottom: 1px solid #7f360f; }
td.title { vertical-align: middle; border: 6px solid #7f360f; background: #315e69; }
td.subtitle { vertical-align: middle; background: #be6433; }
td.subtitleborders { vertical-align: middle; background: #be6433; border: 1px solid #7f360f; }
td.yellowbg { vertical-align: top; background: #FEFFE1;}

img.floatright { float: right; border: 2px solid #3333cc; margin: 0 0 0 10px; }
img.floatleft { float: left; border: medium #3333cc; margin: 0 10px 0 0; }
img.floatrightbordersthick { float: right; border: 10px ridge #3333cc; margin: 0; }
img.floatrightbordersthickgold { float: right; border: 10px ridge #3333cc; margin: 0 0 0 10px; text-align: center; }
img.floatleftbordersthickgold { float: left; border: 10px ridge #3333cc; margin: 0 10px 0 0; text-align: center; }
img.thinborder { border: 1px solid #3333cc; margin: 0; }
img.borders   { border: medium double #3333cc; margin: 0; }
img.center { text-align: center; margin: 0; }
img.floatleftnoborder { float: left; margin-right: 6px; }
img.floatrightnoborder { float: right; margin-left: 6px; }
img.bordersthick { border: 10px ridge #3333cc; margin: 0; }
img.arrow { margin-right: 6px;}

.aceTextField {
background-color: #DFEFFF;
border-color: #000000;
border-style: solid;
color: #000000;
font-family: Verdana;
font-size: 11px;
}
