body
	{
		background: #f3f3f3;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
	}

p, td, li
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 8pt;
		color: #666666;
	}
	
h1
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
.tinytext
	{
		font-size: 7pt;
		font-family: verdana, arial, helvetica, sans-serif;
		color: #787878;
	}

a:link 		
	{
		color: #00aa00; 
		background-color: transparent; 
		text-decoration: underline;
	}

a:visited 	
	{
		color: #aa0000;	 
		background-color: transparent;
		text-decoration: underline;
	}
			
a:active	 	
	{
		color: #0000aa; 
		background-color: transparent;
		text-decoration: underline;
	}

a:hover
	{
		background-color: transparent; 
		color: #000;
		text-decoration: none;
	}
	