
	
	td	
	{
		color: #000000;
		font-family: arial;
		font-size: 11px;
		
	}

	
	h1
	{
		color: #cc0000;
		font-family: arial;
		font-size: 16px;
		
	}
	
	h2	
	{
		color: #000000;
		font-family: arial;
		font-size: 14px;
		
	}

	
	h3
	{
		color: #000000;
		font-family: arial;
		font-size: 12px;
		
	}
	
	h4
	{
		color: #000000;
		font-family: arial;
		font-size: 10px;
		
	}

	
	.present
	{
		color: #647786;
		font-size: 12px;
		font-weight: bold;
	}

	
	/*   ANCHOR STYLES   */
	A:link
	{
		color: #000000;
		text-decoration: none;
	}
	
	A:active
	{
		color: #cc0000;
		text-decoration: none;
	}

	A:hover
	{
		color: #cc0000;
		text-decoration: none;
	}

	A:visited
	{
		color: #cc0000;
		text-decoration: none;
	}











