BODY { margin: 5px;
	scrollbar-face-color : #94c7ba;
	scrollbar-highlight-color : #acdacf;
	scrollbar-shadow-color : #81b3a7;
	scrollbar-3dlight-color : #b4e2d7;
	scrollbar-arrow-color : #594735;
	scrollbar-track-color : #94c7ba;
	scrollbar-darkshadow-color: #699b8f;
	background: transparent;
	}

P {font:11px Trebuchet, Tahoma, sans-serif;
	color:#32705e;
	letter-spacing: .03em;
	}

.text {padding: 4px;
	font: 11px Trebuchet, Tahoma, sans-serif;
	color:#32705e;
	letter-spacing: .03em;
	text-align: justify;
	}

a:link { color: #594735;
	font:1em Trebuchet, Tahoma, sans-serif;
	font-weight: bold;
	}
a:active { color: #ecc056;
	text-decoration: none;
	}
a:visited { color: #7a6e66;
	text-decoration: none;
	}
a:hover {background-color: #d8f1e4;
	color: #594735;
	}



/* titles */

.title1 {color:#594735;
	text-align:center; 
	font: 1.5em Georgia, serif;
	font-weight: bold;
	text-transform:  uppercase;
	margin-bottom: 6px;
	letter-spacing: .2em;
	border-bottom: 2px solid #196354;
	}


.title2 {text-align:left; 
	color:#594735; 
	font: 1.2em Georgia, serif;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform:  uppercase;
	border-bottom: 1px solid #7fafa3;
	}

.title3 {border-bottom: 1px solid #9ecfc3; 
	padding: 3px;
	text-align:right; 
	color: #594735; 
	font: 1.3em Trebuchet, Tahoma, sans-serif;
	margin-bottom: 3px;
	}


/* table backgrounds */

.contentbg { background: #94c7ba url('images/contentbg.jpg') no-repeat;
	background-position: top left;
	}

.table {border: 2px solid #214134;}


/* navigation */


.nav {font:11px Trebuchet, Tahoma, sans-serif; 
	color:#866b2a;
	margin: 2px 2px 4px 3px;
	letter-spacing: .03em;
	width: 415px;
	height: 45px;
	overflow: auto;
	padding: 0px;
	text-align: center;
	}


/* smaller text */

.small {padding: 3px; 
	font:.85em Trebuchet, Tahoma, sans-serif; 
	color:#7e7351; 
	text-align: right; 
	border-top: 1px solid #9ecfc3;
	margin-top: 3px;
	}

.disc {	font:9px Trebuchet, Tahoma, sans-serif;
	color:#32705e; 
	letter-spacing: 1px;
	text-align: right;
	font-style: oblique;
	margin: 2px;
	}
.disc a:link {font:1em Trebuchet, Tahoma, sans-serif;
	color:#32705e; 
	text-decoration: none;
	font-style: oblique;
	}
.disc a:active { color: #ecc056;
	text-decoration: none;
	font-style: oblique;
	}
.disc a:visited { color: #7a6e66;
	text-decoration: none;
	font-style: oblique;
	}
.disc a:hover {background-color: #d8f1e4;
	color: #594735;
	font-style: oblique;
	}
