.header10-blk {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: black;

}
.header12-blk {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.header18-blk {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.header24-blk {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: black;
}
.header36-blk {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	color: black;
}
.header10-b {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
}
.header12-b {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.header18-b {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.header24-b {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
.header36-b {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
}
.header10-p {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #800080;
}
.header12-p {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #800080;
}
.header18-p {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #800080;
}
.header24-p {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #800080;
}
.header36-p {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	color: #800080;
}
.header10-r {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.header12-r {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.header18-r {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.header24-r {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.header36-r {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
.header10-w {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.header12-w {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.header18-w {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.header24-w {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.header36-w {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgPurple {
	background-color: #9900CC;
}
.bgLavender {
	background-color: #CC66FF;
}
.bgLightGrey {
	background-color: #CCCCCC;
}

.bgLightPink {
	background-color: #FFCCFF;
}
.bgDarkBlue {
	background-color: #000080;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgSilver {
	background-color: #C0C0C0;
}
.bgVeryLishtGrey{
	background-color: #DDDDDD;
}

.bgTeal {
	background-color: #008080;
}

.bgPink {
	background-color: #FF00FF;
}
.bgLightYellow {
	background-color: #FFFFCC;
}
.bgLightBlue {
	background-color: #CCFFFF;
}
.bgLightGreen {
	background-color: #99FF99;
}

.borderBottom {
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.borderRight {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
}
.borderLeft {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
}
.borderTop {
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #000000;
}
.borderAll {
	border: 2px solid #000000;
}
.centerText {
	text-align:center;
}
