/* 
   Title: stylesheet.css  v1.0
   Created: July 27, 2005; Last updated: July 27, 2005
   Programmer: Shilo Couvrette
*/

BODY {
  font-family: Georgia;
  font-size: 16px;
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

A {
  color: darkred;
  text-decoration: none;
}

A:hover {
  color: #680307;
  text-decoration: underline;
}

H2,H3{
  color:#770006;
}

HR{
  height: 1px;
  color: wheat;
}

.header_sm{
  font-size: 14px;
  font-weight: bold;
}

.header_lg{
  font-size: 18px;
  font-weight: bold;
  color: saddlebrown;
}

.header_lgB{
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: darkblue;
}

OL{
  list-style: inside;
}

.indented{
  margin-left:50pt;
  margin-right:50pt;
}

h1{font-size:37pt}
div{text-align:center}
ul,ol,h4{
 margin-left:15%;
 margin-right:15%;
}
p{line-height:15pt}
.bigtable{
 margin-left:15%;
 margin-right:15%;
 line-height:16pt;
}

.dividers{
  color: #680307;
}
.notices{
  font-weight: bold;
  color: #ED1C23;
}

.questionMark { font-family: Garamond, arial, sans-serif; font-size: 17px; color: red; font-weight: bold }

.errorText { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

font.tableHeading { 16pt; color: #CD1201; font-weight: bold; font-style: italic }
font.myNumList { font-family: verdana, arial, helvetica, geneva, sans-serif; font-size: 14pt; color: #DF3455; font-weight: bold }

.mainFont{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #770006;
}
  
.mainTable{
  border-top-width:2px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:2px;
  border-color: #DD8844;
  border-style:outset;
}

.noteTable{
  border-top-width:2px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:2px;
  border-color:#f83636;
  border-style:outset;
  font-size: 16px;
}

tr.headrow{
  background: burlywood;
}

tr.oddrow{
  background: oldlace;
}

tr.evenrow{
  background: #F1E5C5;
}

td.listRow{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: brown;
}

td.mainTableRow{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #DD8844;
}

td.mainTableRowLeft{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #DD8844;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DD8844;
  color: darkblue;
}

td.listRowPrint{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

FORM {
	display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  background: #F1E5C5;
  color: #770006;
  border-color: #DAB798;
  border-style: inset;
  border-width: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TEXTAREA {
  border-color: #DD8844;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}