<style>

/* spacer */

	.x {
		font-family : Verdana;
	}

/* header and instructional text elements */
	
	.smalltext {
		font-weight : normal;
		color : #000000;
		font-family : verdana, arial, san-serif;
		font-size : 9px;
		text-align : center;
	}
	
	
	.text {
		font-weight : normal;
		color : #000000;
		font-family : verdana, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;

	}
	
	.textright {
		font-weight : normal;
		color : #000000;
		font-family : verdana, arial, san-serif;
		font-size : 12px;
		text-align : right;
	}
	
	.headline {
		font-weight : bold;
		color : #000000;
		font-family : verdana, arial, san-serif;
		font-size : 14px;
	}
	
	.italic {
		font-weight : normal;
		font-style : italic;
		color : #000000;
		font-family : verdana, arial, san-serif;
		font-size : 12px;
		text-align : left;
	}

	
	a {
		color           : #0000ff;
	}		
	a:hover {
		text-decoration : underline;
	}
	a:link { 
		text-decoration: underline; 
		color: #0000ff 
	}
	a:visited { 
		text-decoration: underline; 
		color: #0000ff 
	}


</style>