
select, input, body {
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size:11px;
}
 
td {
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size:70%;
}
 
a {
  text-decoration:none;
  color:#FF8000;
}
 
 
a:hover {
  text-decoration:underline;
}
 
.menu a {
  text-decoration:none;
  color:black;
}
 
.menu a:hover {
  text-decoration:underline;
}
 
h4 {
  font-size:140%
}
 
h5 {
  font-size:120%
}

.bubble {
	background-color:#d0d0d0;
}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

.popupBubble {
background-color: #d0d0d0;
z-index:30;
}

.contact {
	text-decoration:underline;
	color:#FF8000;
}