.small		{	
			font-family:arial;
			font-size:8pt;
			color: rgb(255,255,255);
		}
.smalltitle	{	
			font-family:arial;
			font-size:8pt;
			color: rgb(222,222,255);
		}
.title		{	
			font-family:arial;
			font-size:8pt;
			color: rgb(0,0,255);
		}
.bigtitle		{	
			font-family:Trebuchet MS;
			font-size:16pt;
			color: rgb(250,250,255);
		}
.text		{	
			font-family:Trebuchet MS;
			font-size:9pt;
			color: rgb(255,255,255);
		}
.legalese	{	
			font-family:arial;
			font-size:7pt;
			color:#AC3E07;
		}
.note	{	
			font-family:arial;
			font-size:7pt;
			color:#dddddd;
		}
		
pre 	{ 		font-family:Trebuchet MS;
			display: block
	}

A:link {    color:#ffffff; }
A:visited { color:#eeeeff; }		