.White_Header {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
.White_Second_Level {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.small_White {
	font-size: small;
	color: #FFFFFF;
}
.small_grey {
	font-size: x-small;
	color: #CCCCCC;
}
.black_Bold {
	font-weight: bold;
	color: #000000;
}
.small {
	font-size: small;
}
.center {
	text-align: center;
}
.big_black {
	font-size: x-large;
	color: #000000;
}
.padding { padding: 20px 20px; }
