/* CSS Document */

OL { list-style-type: lower-alpha; }
.numBullet { list-style-type:inherit; font-family: "AvantGarde Bk BT";}
.content {
	font-size: 14px; 
	color: #000000; 
	font-family: "AvantGarde Bk BT";
	text-align:left;
	}
	
	.content2 {
	font-size: 14px; 
	color: #000000; 
	font-family: "AvantGarde Bk BT";
	text-decoration: underline;

	}

.title {
	font-size: 18px; 
	color: #000066; 
	font-family: "AvantGarde Bk BT";
	font-weight:bold;
	}
	
.titlered {
	font-size: 14px; 
	color: #680a12; 
	font-family: "AvantGarde Bk BT";
	font-weight:bold;
	}
	
	.titlewhite {
	font-size: 14px; 
	color: #ffffff; 
	font-family: "AvantGarde Bk BT";
	font-weight:bold;
	}
	
	.titleblack {
	font-size: 15px; 
	color: #000000; 
	font-family: "AvantGarde Bk BT";
	font-weight:bold;
	}
	
	.links {
	font-size: 14px;
	color: #222e69;
	font-family: "AvantGarde Bk BT";
	text-decoration: underline;
	}
	
	