.title {
	color: Black;
	font-family: "Century Retrospective Black SSi", serif;
	font-size: 25px;
	font-weight: bold;
}

.title2 {
	color: Black;
	font-family: "Century Retrospective Black SSi", serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
}

.blackbold2 {
	color : black;
	font-family : helvetica ;
	font-size : 14px;
	font-weight : bold;
}
.blackboldi {
	color : #663399;
	font-family : helvetica ;
	font-size : 14px;
	font-weight : bold;
}
.purpleboldi {
	color : #663399;
	font-family : helvetica ;
	font-size : 12px;
	font-weight : bold;
	font-style: italic;
}
.green {
	color : Green;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}

.greenbold2{
	color : Green;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}
.links {
	color : #663399;
	font-family : Helvetica;
	font-size : 10px;
	font-weight : bold;
	font-style : normal;
}
.blackbold3 {
	color : Black;
	font-family :  Helvetica;
	font-size : 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration : none;
}
.blackbold {
	color : Black;
	font-family :  Helvetica;
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
}
.normal {
	color : Black;
	font-family : Helvetica;
	font-size : 12px;
	font-style: normal;
	font-weight: normal;
}
.smalllinks2 {
	color : #18137B;
	font-family : Arial;
	font-size : 10px;
	font-style : italic;
	font-weight : bold;
	text-decoration : none;
	}
	.normali {
	color : Black;
	font-family : Helvetica;
	font-size : 12px;
	font-style: italic;
	font-weight: normal;
}
	.normalhead {
	color : White;
	font-family : Helvetica;
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
}