
<!--
	
	body { 
		margin: 0;
	}
	
	A.navbar:link, A.navbar:visited {
		color: #FFC600;
		text-decoration: none;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0px;
		font-weight: bold;
	}
	
	A.navbar:hover {
		text-decoration: underline;
	}	
	
	A:link, A:visited {
		color: #FFC600;
		text-decoration: none;
	}
	
	A:hover {
		text-decoration: underline;
	}
	
	TD {
		color: #FFFFFF;
	 	font-style: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 13pt;
		letter-spacing: .5px;
	}
	
	.callout {
		color: #FFFFFF;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 1px;
		text-indent: 0.1in;
		background-image: url(images/blackbar.jpg);
		background-repeat:no-repeat;
	}
	
	.bluecallout {
		color: #05BCFF;
		font-size: 10pt;
		letter-spacing: 1px;
	}
	
	.smalltxt {		
		font-size: 8pt;
	}
	
	.header {
		color: #CCCCCC;
		font-size: 8pt;
		text-decoration: none;
	}
		
-->
