body {
	background-color: #C02912;
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

h2 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.plain-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.quote-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.quote-source {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.grey-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.silver-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.silver-bold-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #FCEA9A;
}


.bold-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.italic-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.italic-bold-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.white-bold-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FCEA9A;
}

.gigs-month-text {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: #C02912;
}

.red-bold-text {
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: red;
}

.small-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.small-bold-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.sub-heading {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #C02912;
}

a:link {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: blue;
}

a:visited {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: blue;
}

a:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #C02912;
}

a:active {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: blue;
}

