/* CSS Document */

/* --- body and links --- */
body {
background: #67999A;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #014e3a;
	background: #ffffff;
	font-weight: bold
}

h2 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #b5055b;
	background: #ffffff;
}


h3 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
}

h4 {font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
	background: #ffffff;
}

h5 {font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #014e3a;
	background: #ffffff;
}

a:link {
color: #47023a;
background: #ffffff;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #eaa4c7;
background: #ffffff;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #47023a;
background: #ffffff;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #b5055b;
background: #ffffff;
}
/* --- --- */

/* --- links in music calendar --- */
a.musical:link {
color: #FFCC00;
font-size: 85%;
font-weight: bold;
background: #ffffff;
text-decoration: none;
}

a.musical:visited {
color:#ffcc66;
font-size: 85%;
background: #ffffff;
text-decoration: none;
}

a.musical:active {
color: #ffccoo;
font-size: 85%;
background: #014E3A;
text-decoration: none;
}

a.musical:hover {
color: #cc0000;
font-size: 85%;
background: #ffffff;
}
/* --- --- */


/* --- links in dark green and quick links --- */
a.nav:link {
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	background: #003300;
	text-decoration: none;
}

a.nav:visited {
color: #eaa4c7;
font-weight: bold;
font-size: small;
background: #003300;
text-decoration: none;
}

a.nav:active {
color: #47023a;
font-size: small;
font-weight: bold;
background: #003300;
text-decoration: none;
}

a.nav:hover {
color: #b5055b;
font-size: small;
font-weight: bold;
background: #003300;
}
/* --- --- */

/* --- links in music calendar --- */
a.musical:link {
color: #FFCC00;
font-size: 100%;
font-weight: bold;
background: #ffffff;
text-decoration: none;
}

a.musical:visited {
color:#ffcc66;
font-size: 85%;
background: #ffffff;
text-decoration: none;
}

a.musical:active {
color: #ffccoo;
font-size: 85%;
background: #014E3A;
text-decoration: none;
}

a.musical:hover {
color: #cc0000;
font-size: 85%;
background: #ffffff;
}
/* --- --- */




/* --- text for the green column  --- */
.greenColText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc99;
	font-size: small;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background: #003300;
}

.greenColHead01{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffcc99;
font-size: large%;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
background: #003300;
}

.greenColHead02{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #014e3a;
font-size: 100%;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
background: #003300;
}

/* --- --- */


/* --- table text --- */
.tabletext{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 65%;
padding-left: 2px;
padding-right: 2px;
background: #67999A;
}
/* --- --- */


/* --- table text --- */
.tabletext-white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	padding-left: 2px;
	padding-right: 2px;
	background: #FFFFFF;
}
/* --- --- */

/* --- text for the footer --- */
.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 65%;
color: #ffcc99;
background: #003300;
}
/* --- --- */

