.background-red
{
	background-color: #5b5bd6;
}

.background-grey
{
	background-color: #cccccc;
}

.text-bold
{
	font-weight: bold;
}

.text-arial-black
{
	font-family: "Arial Black", Gadget, sans-serif;
}

.text-trebuchet
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.text-white
{
	color: white;
}

.text-red
{
	color: #5b5bd6;
}

.text-grey
{
	color: #5d5ed6;
}

.uppercase
{
	text-transform: uppercase;
}

.line-height-small
{
	line-height: 95%;
}

.zheader
{
	/*border-top-style: solid;*/
	border-bottom-style: solid;
	border-color: #5b5bd6;
	font-variant: small-caps;
	color: #5d5ed0;
	font-weight: bold;
}

.center
{
  margin-left: auto; 
  margin-right: auto; 
}
