.yellow {
	color: #FF0;
	font-size: 12px;
	font-weight: bold;
}
.red {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
.blue {
	color: #00F;
	font-size: 12px;
	font-weight: bold;
}
.black {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.Green {
	color: #090;
	font-size: 12px;
	font-weight: bold;
}
.Big_Green {
	font-size: 18px;
	font-weight: bold;
	color: #090;
}

.purple {
	color: #306;
	font-size: 12px;
	font-weight: bold
}
.Bold {
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 14px;
}
.Maroon {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.Table_Header {
	font-size: 24px;
	font-weight: bold;
	color: #500000;
	text-align: center;
}


.FramesTop_cat_title {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline overline;
	text-align: center;
}

.link {
	font-size: 9px;
	font-weight: bold;
	color: 336699;
}

