@charset "utf-8";
/* CSS Document */

<style type="text/css"> 

a:link { color: #660000; } 
a:visited { color: #0000cc; } 
a:hover { color: #ff0000; } 
a:active { color: #ff0000; } 

body {                /* Standard background for all pages  */
	background:url(../Images/BKGD_leatherpeach.jpg)
}

.lastupdate {                    /* Used for update date at bottom of each page  */
	font-size:  9pt;
	font-style: italic;
	color: black;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:8px;
	text-align: right;
}


</style> 

