body {
	background-color: #FFFFFF;
} 



/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 	display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 	position: absolute;
 	visibility: hidden;
 	top: 1.5em;
 	left: 2em; width: 10em;
}
.notedefault {
 	padding: 1px;
 	border: 1px solid #A1943D;
 	background-color: #FFFFFF;
 	color: black;
}
.notenested {
 	width: 8em; 
 	padding: 1px;
 	border: 1px solid #525D7B;
 	background-color: #FBE7CE;
 	color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 	margin-left: 5px;
 	margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: bold;
 	margin: 0 0 5px 0;
 	padding: 2px;
 	background-color: #DD8C19;
 	color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 	float: right;
 	margin-top: 2px;
 	width: 14px;
/*  height: 14px; */
 	line-height: 14px;
 	color: black;
 	text-decoration: none;
 	visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}

/* START OF MAIN WEB CSS. */
a:hover {
	text-decoration: underline}
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.bodytext a { 
	color: #A1943D}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #A1943D
}

.boxtitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
	background-color: #A1943D;}

.noboxtitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000}
	
.navlevel1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #A1943D;
	text-align: left;
}
.navlevel1 a {
	color: #000000
}
	
.navlevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
	background-color: #A5874B
}

.navlevel2 a { 
	color: #000000}
	
.navlevel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #D1BFA1
}

.navlevel3 a {
	color: #000000}
	
.copyright {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal; 
	color: #FFFFFF}

.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border : 1px solid #525D7B;
	background : #FBE7CE;}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	color: #000000;
	text-align: center;
}

.quotewho {  
	font-style: normal}
	
.lhsbg {
	background : #A1943D
}

.rhsbg {
	background : #A1943D
}

.footerbg {
	background : #DD8C19
}
	
.formtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	text-decoration: none;
	background : #EEEEEE;
}

.formtable td.rowbrk {
	font-size: 10px; 
	line-height: 10px; 
	background : none;
}

.formtable th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: bold; 
	line-height: 14px; 
	text-decoration: none;
	background : #DDDDDD; 
	text-align: left;
}

.imagetext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 10px; 
	color: #333333;
}

.imagetext a {
	color: #336699;}
	
	
