:hover.nav {
    font-family: Arial; 
	font-size: 12pt;
	font-weight: bold; 
	text-decoration: underline;
	color: #FFFFFF 
}

:link.nav { 
	font-family: Arial; 
	font-size: 12pt;
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline 
}

:visited.nav { 
	font-family: Arial; 
	font-size: 12pt;
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline 
}

.bodyindent  { position: relative; left: 10 }
           
.header      { font-family: Arial; font-size: 12pt; color: #000000; font-weight: bold }

.body        { font-family: Arial; font-size: 10pt; color: #000000 }

.footer		{ font-family: Arial; font-size: 8pt; color: #000000 }

a:visited    { color: #0000FF }