.ConfColor1 {color: #9a3393;}
.ConfColor2 {color: #fdb94d;}
.ConfColor3 {color: #53b7e8;}

.BoldConfSection1 {
    font-weight: bold;
    color: #9a3393;
}

.BoldConfSection2 {
    font-weight: bold;
    color: #fdb94d;
}

.BoldConfSection3 {
    font-weight: bold;
    color: #53b7e8;
}

.CAPGold {color: #cc9900;}

.imgLeft {									
	float: left;
	} 							
.imgRight {
	float: right;
	}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.textTop {
	vertical-align: top;
}

.textBottom {
	vertical-align: bottom;
}

.textMiddle {
	vertical-align: middle;
}

.bulletlist {
	list-style-type: circle; 
	list-style-position: inside;
}

.numericList {list-style-type: decimal; list-style-position: inside; line-height: 30px;}
.alphaList {list-style-type: lower-alpha; list-style-position: inside; line-height: 17px; margin-left: 2em;}
.numericList p {margin-left: 2em;}

.nobullet {list-style-type: none;}

.pad2 {}
.pad4 {}
.pad8 {}

