body {
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
a.menu:link, a.menu:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
}
a.lmenu:link, a.lmenu:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
a.lmenu:hover {
	text-decoration: underline;
}
a.page:link, a.page:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
a.page:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #3A3D3D;
	font-weight: bold;
}
p{
    text-indent: 1.5em;
    text-align: justify;
    margin: 0;
}


.list {
	list-style-image: url(../images/bullet.gif);
	font-size: 18px;
	font-weight: bold;
	color: #E3E3E3;
}
.text1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.text2 {
	font-size: 12px;
	color: #3A3D3D;
	font-weight: normal;
}
.text3 {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
.text4 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
.text5 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.text6 {
	font-size: 10px;
	color: #00000;
	font-weight: bold;
	border: 1px solid #000000;
}
.text7 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	border: 1px solid #000000;
}
.text8 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
    border: 1px solid #000000;
	border-bottom: 1px solid white;
}
#program{
  border-collapse: collapse;
  margin-left: 15px;
}

#program td{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
    padding: 3px;
    width: 75px;
}
#program td.hour{
	text-align: center;
    width: 20px;
}

#program td.yellow{
    background-color: #FFFF00;
}
#program td.orange{
    background-color: #FFCC99;
}
#program td.green{
    background-color: #99CC00;
}
#program td.blue{
    background-color: #0066CC;
}
#program td.violet{
    background-color: #BE01BE;
}
#program td.pink{
    background-color: #FF8080;
}
#program td.red{
    background-color: #993300;
}
#program td.top-violet {
    border-top: 1px solid #BE01BE;
}
#program td.bottom-violet {
    border-bottom: 1px solid #BE01BE;
}

/* YAHOO MAPS*/
#map{
    width: 520px;
    height: 350px;
}
#marker{
    width: 50px;
}
#mtitle{
    font-size: 14px;
	color: #900;
	font-weight: bold;
}
#mtext{
    font-size: 12px;
	color: #000000;
}

