/* CSS Document */

.text {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

.textSmall {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.textDate {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7E7E80;
}

a:link {
	color: #D0901D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #D0901D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #545454;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.blue:link {
	color: #095A6D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.blue:visited {
	color: #095A6D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.blue:hover {
	color: #095A6D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.green:link {
	color: #C4BC2D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.green:visited {
	color: #C4BC2D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.green:hover {
	color: #C4BC2D;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.yellow:link {
	color: #FEBF1A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.yellow:visited {
	color: #FEBF1A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.yellow:hover {
	color: #FEBF1A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.red:link {
	color: #ED4228;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.red:visited {
	color: #ED4228;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.red:hover {
	color: #ED4228;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.headlineBold {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	font-weight: bold;
}

.headlineBlue {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F3664;
	font-weight: bold;
}

.headlineGreen {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304C2A;
	font-weight: bold;
}

.headlineGreenBig {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #304C2A;
	font-weight: bold;
}

.headlineOrange {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F4615;
	font-weight: bold;
}

.headlineYellow {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD9913;
	font-weight: bold;
}

.background {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.backgroundNews {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.backgroundPerformances {
	background-color: #FAFAE4;
	padding: 10px 10px 10px 10px;
}

.backgroundBlue {
	background-color: #F0F5F4;
	padding: 10px 10px 10px 10px;
}

.backgroundGreen {
	background-color: #F6F6E0;
	padding: 3px 3px 3px 3px;
}

.backgroundGreen {
	background-color: #E3F1DD;
	padding: 10px 10px 10px 10px;
}

