html { min-height: 100%; margin-bottom: 1px; }		/* force a vertical scroll bar to avoid page shift */

#bodydiv {
	margin: 0 auto; /* auto margin allows browsers to determine based on window size and masterdiv width */
	border-top: 18px solid #fff;
	border-right: 18px solid #fff;
	border-left: 18px solid #fff;
	border-bottom: 18px solid #fff;
	background-color: #FFFFFF;
	width: 780px;
}

BODY {
	margin: 0px; 
	margin-top: 0px; 
	padding: 0px; 
	background-color: #E2D7B7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
} 

.subtitle {	font-size: .9em; font-weight: bold;}
.txt { font-size: 13px;}
.selectionOff { font-size: 13px;}
.cellpad70 {font-size: 13px; padding-left: 70px;}

hr{
	color: #663300;
	border-style: dotted; 
	border-width: 1px;
}
	
/* Standard link colors */		
a:link  {font-size: 13px; color: #6D3500; text-decoration: underline } 
a:visited  {font-size: 13px; color: #6D3500; text-decoration: underline }
a:hover  {font-size: 13px; color: #000078; text-decoration: underline }

/* Footer link colors */
.footer {font-size: 9px; color: #000000;}
a.footer:link  {font-size: 10px; color: #663300; text-decoration: underline } 
a.footer:visited  {font-size: 10px; color: #6D3500; text-decoration: underline }
a.footer:hover  {font-size: 10px; color: #000078; text-decoration: underline }

.button {
	color: #fff; 
	font-size: 11px; 
	background: #6D3500; 
	height: 23px;
	font-weight:bold	
}
.cell6 {
	border-bottom: 1px dashed #663300;
}
.cell8 { /* yellow background with the dashed bottom border */
	border-bottom: 1px dashed #663300;
	background: #EFEBDB;
}
.cell9 { /* yellow background with no dashed border */
	background: #EFEBDB;
}