/* CSS Document */
	/* LINKS */
	a:link, a:visited {	color: #63639C;font-weight: 200;
						text-decoration: none;
							}
	a:hover, a:active {	color: #63639C;font-weight: 200;
						text-decoration: none;
							 }
							 
	a.nav:link, a.nav:visited {	color: #000000;font-family: Arial;font-weight: bold;
						text-decoration: none;
							}
	a.nav:hover, a.nav:active {	color: #FFFFFF;font-family: Arial;font-weight: bold;
						 text-decoration: none;						 
								 
		 					 }
	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: none;							 
							 
							} 
					 
	a.nav2:link, a.nav2:visited {color: #666666;font-family: Arial;font-weight: bold;
							text-decoration: none;
							}
	a.nav2:hover, a.nav2:active {color: #FF0000;font-family: Arial;font-weight: bold;
							 text-decoration: none;							 
							 
							} 
							
	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: none;						
							
							} 
														 
	a.small:link,a.small:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 100;
						color: #000066;
						text-decoration: none;
						}
	a.small:hover,a.small:active {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 100;
						color: #FF0000;
						text-decoration: underline;
						}
	a.green:link,a.green:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11pt;
						font-weight: 600;
						color: #000066;
						text-decoration: none;
						}
	a.green:hover, a.green:active{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11pt;
						font-weight: 600;
						color:#FF0000;
						text-decoration:underline ;
						}
						
     a.blue:link,a.blue:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 600;
						color: #000066;
						text-decoration: underline;
						}
	a.blue:hover, a.blue:active{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 600;
						color:#FF0000;
						text-decoration:none ;
						}
						
     a.blu2:link,a.blu2:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;
						font-weight: 500;
						color: #333333;
						text-decoration: underline;
						}
	a.blu2:hover, a.blu2:active{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;
						font-weight: 500;
						color:#FF6600;
						text-decoration:none ;
						}
	a.green:link,a.green:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;
						font-weight: 500;
						color: #333333;
						text-decoration: underline;
						}
	a.green:hover, a.green:active{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 9pt;
						font-weight: 500;
						color:#009900;
						text-decoration:none ;
						}
						
   a.red:link,a.red:visited {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12pt;
						font-weight: 600;
						color: #000066;
						text-decoration: none;
						}
	a.red:hover, a.red:active{
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12pt;
						font-weight: 600;
						color:#FF0000;
						text-decoration:underline ;
						}
