body { 
  margin:0px; 
  margin-top:0px;
  margin-bottom:0px; 
  margin-left:0px; 
  margin-right:0px; 

  font-family:times,arial,sans-serif; 
  font-size:11pt; 
  color:#59491C; 

  background-color:#FFFCF2; 

  scrollbar-base-color:#FFFCF2;
  scrollbar-track-color:#F5F2E9;
  scrollbar-face-color:#E9DDBA;
  scrollbar-arrow-color:#59491C;
  scrollbar-3dlight-color:#FFF8E3;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#6E6038;
  scrollbar-darkshadow-color:#59491C;
}


a:link { color:#D97F43; text-decoration:underline; }
a:visited { color:#d97f43; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:underline; }
a:active { color:#D94343; text-decoration:underline; }
a:focus { color:#D94343; text-decoration:underline; }


li,ul { list-style-type:square; }
li.list { list-style-image:url(graphics/list.gif); }


.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }

.righttop { text-align:right; vertical-align:top;}

.small0 { font-size:9pt; text-align:right; font-weight:bold; }
.small1 { font-size:9pt; text-align:center; }

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(graphics/calendar.png);
	cursor: pointer;
	cursor: hand;
}


