@charset "utf-8";
/* CSS Document */
	a:link {
   	 	color:rgba(249,246,246,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    	background-color: transparent; 
    	text-decoration: none;
		font-size: 60%;
	}

	a:visited {
    	color:rgba(249,246,246,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    	background-color: transparent;
    	text-decoration: none;
		font-size: 60%;
	}

	a:hover {
    	color:rgba(173,30,33,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    	background-color: transparent;
    	text-decoration: none;
		font-size: 60%;
	}

	a:active {
    	color:rgba(173,30,33,1.00);
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    	background-color: transparent;
    	text-decoration: none;
		font-size: 60%;
	}



			