body {
   font-size: 10pt;
   font-family: verdana, arial, geneva, sans-serif;
   color: black;
   background-color: white;
}

font.small {
	font-size: 75%;
}

font.large {
	font-size: 150%;
    font-weight: bold;
}

td {
   font-family: verdana, arial, geneva, sans-serif;
   font-size: 10pt;
   color: black;
   background-color: #FFF7C6;
}

td.title {
  background-color: #F0F0F0;
  font-weight: bold;
}

td.dark {
  background-color: #FFB252;
}

td.light {
  background-color: #FFF7C6;
}

td.medium {
  background-color: #D5CEA3;
}

td.normal {
  background-color: white;
}

td.small {
  font-size: 60%;
}

form {
   margin-bottom: 0;
   margin-top: 0;
}

input, select {
   font-family: verdana, arial, geneva, sans-serif;
   font-size : 10pt ;
   color: black;
   background-color: white;
   font-weight: bold;
}

textarea {
   font-family: verdana, arial, geneva, sans-serif;
   font-size : 10pt ;
   color: black;
   background-color: white;
}

input:hover, select:hover {
   color: black;
   background-color: white;
   font-weight: bold;
}

:link { color: rgb(72, 50, 24) }
:visited { color: rgb(72, 50, 24) }
:active { color: rgb(72, 50, 24) }
:hover { color: rgb(72, 50, 24) }

.smalltext {
   font-size: 75%;
}