<!--
		.SmaBlue {
		text-decoration: none; 
		font-family: Arial; 
		font-weight: none;
		font-size: 10pt; 
		color: DarkBlue;
		}
		
		.SmaBlue A:link, .Smablue A:visited {
		text-decoration: underline; 
		font-family: Arial; 
		font-weight: none;
		font-size: 10pt; 
		color: DarkBlue;
		}
		
		.BigBlue, .BigBlue A:link, .sb A:visited {
		text-decoration: none; 
		font-family: Arial; 
		font-weight: bold;
		font-size: 12pt; 
		color: DarkBlue;
		}	
		
		.Red, .Red A:link, .Red A:visited, .Red A:active {
        font-family: Arial;
        font-weight: none;
        font-size: 8pt; 
        color: #C70E01;
        text-decoration: none; 
                        }

		.Red A:hover {
		text-decoration: underline; 
		font-family: Arial; 
		font-weight: none;
		font-size: 8pt; 
		color: #C70E01;
			}


-->