
BODY {
  font-family: Garamond;
  background-color: #FFFFD9;
}

cover {
   font-family: "Times New Roman", Serif;
}
A {
  font-size: 13pt;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

A:link {
  color: red;
}

A:visited {
  color: maroon;
}

A:active {
  color: orange;
}

A:hover {
  color: orange;
}

P {
  font-size: 14pt;
}

TD {
  font-size: 14pt;
}

TH {
  font-size: 16pt;
}

TH.SUB {
  font-size: 14pt;
}

TD.INSET {
  padding-left: 1cm;
}

P, H1, H2, H3, H4, H5, H6, TD, TH {
  font-family: Garamond;
}

UL {
  list-style-type: square;
  color: #CE6500;
}

.listItem {
  color: black;
}

.secondBullet {
  list-style-type: disc;
}

.preamble {
  font-size: 18pt;
  font-weight: normal;
}

.button {
  background-color: #CE6500;
  color: #FFFFD9;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border-top: #E7A263 outset;
  width: 85px;
  text-align: center;
  font-size: 10pt;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right: #E7A263 outset;
  border-bottom: #E7A263 outset;
  border-left: #E7A263 outset;
}

.buttondown {
  background-color: #CE6500;
  color: #FFFFD9;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border-top: #E7A263 inset;
  width: 85px;
  text-align: center;
  font-size: 10pt;
  padding-top: 2px;
  padding-bottom: 2px;
  border-right: #E7A263 inset;
  border-bottom: #E7A263 inset;
  border-left: #E7A263 inset;
}
.compulsory {
  font-weight: bold;
}

.parenthesis {
  font-weight: normal;
  font-syle: italic;
}

.rubric {
  font-size: 12pt
}

BODY {scrollbar-base-color:#CE6500;scrollbar-arrow-color:#FFFFD9;scrollbar-DarkShadow-Color:#E7A263;}
input{scrollbar-base-color:#c0c0c0;scrollbar-arrow-color:#000000;scrollbar-DarkShadow-Color:#cccccc;}

//BODY {scrollbar-base-color:#add9f5;scrollbar-arrow-color:#808080;scrollbar-DarkShadow-Color:#0000ff;}
//form{scrollbar-base-color:#c0c0c0;scrollbar-arrow-color:#000000;scrollbar-DarkShadow-Color:#cccccc;}
