A.white { 
	color: #ffffff; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Arial, Verdanna;
}

A.white:visited { 
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdanna;
}

A.white:hover {
	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdanna;
}

A.yellowbold {
	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdanna;
}

A.yellowbold:visited {
	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdanna;
}

A.yellowbold:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdanna;
}



.title {
	color: #549947;
	font-size: 18pt;
	font-family: Arial;
	font-weight: bold;
}
.subtitle {
	font-weight: bold;
	font-style: italic;
}
.deck {
    color: #549947;
    font-size: 16pt;
    font-family: Arial;
}
.byline {
    font-weight: bold;
    font-size: 11pt;
}
.header {
	font-weight: bold;
	font-size: 12pt;
}
.small {
	font-family: Arial;
	font-size: 8pt;
}
.narrow {
	font-family: Arial Narrow;
	font-size: 12pt;
	font-weight: bold;
}
.error {
	font-family: Arial;
	font-size: 10pt;
	color: #ff0000;
}