@charset "utf-8";
/* CSS Document */

body	{
		font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
		background-color:#EFEFEF;
		}
		
a:link 	{
		color:#000000;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		}
		
a:hover {
		color:#005e85;
		text-decoration:none;
		}
		
a:visited {
		color:#000000;
		text-decoration:none;
		}
		  
a:active {
		color:#000000;
		text-decoration: none;
		}
