/* CSS Document */
	
	
	BODY 
	{ 
	background: url('images/backgrounds/background2.jpg') repeat-x fixed;
	background-repeat:repeat-x; 
	background-attachment:fixed; 
	font-family: "Century Gothic", "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 10pt;
	}
	
	p
	{
	font-family: "Century Gothic", "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	}

	h1 
    {
    font-family: "Lucida Sans", "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif; 
    color: #FFFFFF;
    font-size: 18pt;
    } 

    h2 
    {
    font-family: "Lucida Sans", "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif; 
    color: #FFFFFF;
    font-size: 12pt;
    } 
	
	table {
	font-family: "Century Gothic", "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	}
		
	a:active     { color: #FFFFFF; text-decoration:none }
    a:link       { color: #FFFFFF; text-decoration:none }
	a:visited    { color: #FFFFFF; text-decoration:none }
	a:hover      { color: #FF0000; text-decoration:none }



