/* CSS Document */


		
	/* LINKS */
	a:link, a:visited {color: #000000;
							text-decoration: none;
							}
	a:hover, a:active {color: #FF0000;
							 text-decoration: underline;
							 }
							 
	a.nav:link, a.nav:visited {color: #63639C;
							text-decoration: none;
							}
	a.nav:hover, a.nav:active {color: #FF0000;
							 text-decoration: underline;						 
								 
		 					 }
	a.nav1:link, a.nav1:visited {color: #FFFFFF;
							text-decoration: none;
							}
	a.nav1:hover, a.nav1:active {color: #FF0000;
							 text-decoration: none;							 
							 
							} 
					 
	a.nav2:link, a.nav2:visited {color: #000000;
							text-decoration: underline;
							}
	a.nav2:hover, a.nav2:active {color: #FF0000;
							 text-decoration: none;							 
							 
							} 						 
	a.yellow:link,a.yellow:visited {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 14pt;
						font-weight: 600;
						color: #ffff99;
						text-decoration: none;
						}
	a.yellow:hover,a.yellow:active {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 14pt;
						font-weight: 600;
						color: #ff9900;
						text-decoration: underline;
						}
	a.green:link,a.green:visited {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 600;
						color: #009966;
						text-decoration: none;
						}
	a.green:hover,a.green:active {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 10pt;
						font-weight: 600;
						color: #FF0000;
						text-decoration: underline;
						}
						

