.HighlightBackground {
	background-color:			#FFFFCC;
}


.Center {
	text-align:					center;
}


.Bold {
	font-weight:				bold;
}


.Italic {
	font-style:					italic;
}


.SmallPadding {
	padding:					1%;
}


.Hidden {
	display:					none;
}