@charset "utf-8";
/* CSS Document */


#content	 
	 p{ font-family: Arial, Helvetica, sans-serif;	 font-size: 78%;	 color: #000066; }
	 li,ul{font-family: Arial, Helvetica, sans-serif;	 font-size: 85%;	 color: #000066;}
h1,h2,h3,h4,h5,h6 {	color: #000066;	font-family:Arial, Helvetica, sans-serif;	 	}
	h1 { font-size: 130%; }
	h2 { font-size: 120%; }
	h3 { font-size: 110%}	
	h4 {font-size: 90%;
		font-variant: small-caps;}

	
a:link {
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	font-size: 100%;
}
a:visited {
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #9999FF;
	font-weight: bold;
	text-decoration: none;
	
}

