/* CSS Document */

p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	text-align: center;
	line-height: 100%;}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #336699;
	text-align: left;
	line-height: 125%;
	line-weight: lighter; margin: 10 10 10 10;}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #336699;
	text-align: center;
	line-height: 125%;
	line-weight: lighter; margin: 10 10 10 10;}
	
	
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #336699;
	text-align: center;
	line-height: 125%;
	line-weight: lighter; margin: 10 10 10 10;}
	
a   {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFCC33;
	text-decoration: none;
	;}


