.header-text {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	font-weight: bold;
    font-size: 14pt;
}

.text {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
	text-align: justify;
}

.small-caps {
	font-variant: small-caps;
}

.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.red {
	color: #9a1239;
}

.gray {
	color: #959595;
}

.no-padding {
	padding: 0;
}

.size-10 {
font-size: 10pt;
}

.size-11 {
font-size: 11pt;
}

.size-12 {
font-size: 12pt;
}

.size-13 {
font-size: 13pt;
}

.size-14 {
font-size: 14pt;
}

.size-16 {
font-size: 16pt;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }

a.bus:link { color: #000; text-decoration: none; }
a.bus:visited { color: #000; text-decoration: none; }
a.bus:hover { color: #000; text-decoration: underline; }
a.bus:active { color: #000; text-decoration: none; }

a.artist:link { color: #9a1239; text-decoration: underline; }
a.artist:visited { color: #9a1239; text-decoration: underline; }
a.artist:hover { color: #000; text-decoration: none; }
a.artist:active { color: #9a1239; text-decoration: underline; }


