/* CSS Document */
	/* LINKS */
	a:link, a:visited {	color: #000000;font-weight: 200;
						text-decoration: UNDERLINE;
							}
	a:hover, a:active {	color: #F00000;font-weight: 200;
						text-decoration: underline;
							 }
							 
	a.nav:link, a.nav:visited {	color: #63639C;font-family: Arial;font-weight: bold;
						text-decoration: none;
							}
	a.nav:hover, a.nav:active {	color: #FF0000;font-family: Arial;font-weight: bold;
						 text-decoration: underline;						 
								 
		 					 }
	a.nav1:link, a.nav1:visited {color: #9999FF;font-family: Arial;font-weight: bold;
							text-decoration: none;
							}
	a.nav1:hover, a.nav1:active {color: #FFFFFF;font-family: Arial;font-weight: bold;
							 text-decoration: underline;							 
							 
							} 
					 
	a.nav2:link, a.nav2:visited {color: #666666;font-family: Arial;font-weight: bold;
							text-decoration: underline;
							}
	a.nav2:hover, a.nav2:active {color: #FF0000;font-family: Arial;font-weight: bold;
							 text-decoration: underline;							 
							 
							} 
							
	a.nav3:link, a.nav2:visited {color: #000099;font-family: Arial;font-weight: bold;
							text-decoration: underline;
							}
	a.nav3:hover, a.nav2:active {color: #FF0000;font-family: Arial;font-weight: bold;
							 text-decoration: underline;						
							
							} 
														 
	a.find:link,a.find:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 100;
						color: #0066FF;
						text-decoration: none;
						}
	a.find:hover,a.find:active {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 100;
						color: #0066FF;
						text-decoration: underline;
						}
	a.green:link,a.green:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 400;
						color: #000066;
						text-decoration: underline;
						}
	a.green:hover,a.green:active {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 400;
						color: #FF0000;
						text-decoration: underline;
						}
						

