body {
  font-size: 12pt;
  color: #333333;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background-color: #bdad89;
}
.header {	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #49382b;
}
a:link {
  color: #c00;
  margin: 10px;
}
a:visited {
  color: #c00;
}
a:hover {
  color: #3a567c;
}
table.generaltable{
	background-color: #F8F8F8;
}
.justifiedtext {
	text-align: justify;
}
.highlightbar{
	background-color: #49382b;
}
.fineborder {
  border-width: 1px;
  border-style: solid;
  border-color: #ededed #b4b4b4 #b4b4b4 #ededed;
}

.bodytextred {font-size: 20px; color: #cc0000; font-weight: bold; }
.bodytextsmall {font-size: 12px; color: #274663; }
.bodytextgray {color: silver; }
.disclaimer {font-size: 12px; color: silver; }
img.border{
	border: 1px solid #442c2b;
	margin-left: 10px;
}
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}
*.mainForm2{
	border: 1px inset #b0a38b;
}

*.special{
	color: #896952;
	font-style: italic;
}