body {
	background-image: url(images/index_01.gif);
	background-repeat: repeat-x;
	background-color: #F6FAFF;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
}
.style3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
}
.style6 {
	font-family: Tahoma;
	font-size: 11px;
}
.style7 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.style8 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: green ;
}

.style9 {
	font-family: Tahoma;
	font-size: 12px;
	background-color: white ;
}
.style15 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #33CC00 ;
}

.style13 {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #bfbfbf ;

}

//Stations

.style10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
}
.style12 {
  font-size: 12px
}

.style14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
}
.style18 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.style20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style21 {font-size: 9px}
.style22 {
  font-size: 12px;
  color: #999999;
}
.style24 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  color: #ff0000;
}
.style30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a.2:link {
	color: #ff0000;
}
a.2:visited {
	color: #ff0000;
}
a.3:link {
	color: #999999;
}
a.3:visited {
	color: #999999;
}

li {
	padding: 2;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
font-family: Arial;
font-size: 13;
margin: 0;
margin-bottom: 1em;
padding-left: 70;
float: left;
font-weight: bold;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
float: center;
color: #333366;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: #F6FAFF url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: orange;
background-color: #F6FAFF;
/*border-bottom: 2px solid gray;*/
padding-bottom: 0;
}



