/* CSS Document */
<style>

	A {
		text-decoration: underline;
		color: #343399;
		font-size: 11;
		font-family: arial,Verdana;
	}

A.bot {
		text-decoration: underline;
		color: #343399;
		font-size: 10;
		font-family: arial,Verdana;
	}
	
	
TD {
	
		color: black;
		font-size: 11;
		font-family: Arial,Verdana;
	}

.monospace {
	font-family:Veranda; 
	font-size: 12px; 
}

.monospacejr {
	font-family:Veranda; 
	font-size: 10px; 
}

.title {
	font-family:Veranda; 
	font-size: 16px;
	font-weight: Bolder; 
}

.title2 {
	font-family:Veranda; 
	font-size: 12px;
	font-weight: Bolder; 
}

.bannertext {
	font-family:Veranda; 
	font-size: 13px;

}

.tableheaders {
	font-family:Veranda; 
	font-size: 11px;
	font-weight: Bolder; 
}

.buttonwidth {
	width: 100;
}

</style>

