TABLE					{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-size: 12pt; color: #000000;}
TD						{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-size: 12pt; color: #000000;}

H1						{font-family: Times New Roman, Times, Serif, Sans-Serif; font-weight: bold; font-size: 22pt; color: #000000;}
H2						{font-family: Times New Roman, Times, Serif, Sans-Serif; font-weight: bold; font-size: 12pt; color: #000000;}
H3						{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-weight: normal; font-size: 8pt; color: #000000; margin: 0px 0px 0px 0px;}

#wrapper				{margin: auto; text-align:center;}

 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 

.appraiser				{font-family: Times New Roman, Times, Serif, Sans-Serif; font-weight: bold; font-size: 30pt; color: #000000;}
.appraiser_2			{font-family: Times New Roman, Times, Serif, Sans-Serif; font-weight: bold; font-size: 12pt; color: #000000;}
.appraiser_body			{border: 4px solid #cccccc; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-color: yellow; border-right-color: yellow; padding-top: 4px; padding-bottom: 4px; padding-left: 30px; padding-right: 30px;}
.text2					{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-weight: normal; font-size: 10pt; color: #000000;}
.text3					{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-weight: normal; font-size: 8pt; color: #000000;}
.confirmation-field		{display: none;}

.nav_cell				{border: 4px solid #cccccc; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-color: yellow; border-right-color: yellow;}

A:link					{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 12pt; color: #0033FF;}
A:visited				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 12pt; color: #9900FF;}
A:active				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 12pt; color: #FF0000;}
A:hover					{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: underline; font-weight: bold; font-size: 12pt;}

A.nav:link				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 10pt; color: #0033FF;}
A.nav:visited			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 10pt; color: #9900FF;}
A.nav:active			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 10pt; color: #FF0000;}
A.nav:hover				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: underline; font-weight: bold; font-size: 10pt;}

A.two:link				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 8pt; color: #0033FF;}
A.two:visited			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 8pt; color: #9900FF;}
A.two:active			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: bold; font-size: 8pt; color: #FF0000;}
A.two:hover				{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: underline; font-weight: bold; font-size: 8pt;}

A.three:link			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: normal; font-size: 8pt; color: #000000;}
A.three:visited			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: normal; font-size: 8pt; color: #000000;}
A.three:active			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: normal; font-size: 8pt; color: #000000;}
A.three:hover			{font-family: Arial, Helvetica, Verdana, Sans-Serif; text-decoration: none; font-weight: normal; font-size: 8pt; color: #000000;}