body, p, td, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(0, 47, 167) /* was #ec008c */;
  padding:0;
  margin: 10px 0 18px 0; 
}
h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  padding:0;
  margin: 12px 0 18px 0; 
}
h3 {
  font-size: 14px;
  font-weight: normal;
  padding:0;
  color: rgb(0, 47, 167) /* was #ec008c */;
  margin: 12px 0 18px 0; 
}
h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 18px 0; 
}
p {
  padding:0;
  margin: 0 0 18px 0;  
}
td.menucurrent {
  white-space: nowrap;
  background-color: #fff;
  font-family: sans-serif;
}
td.menuother {
  white-space: nowrap;
  background-color: #695d54;
  font-family: sans-serif;
}
a {
  color: rgb(0, 47, 167) /* was #ec008c */;
}
td.menucurrent a {
  color: #a12830;
  text-decoration:none;
}
td.menuother a {
  color: #fff;
  text-decoration:none;
}
hr {
  border: none 0; 
	border-top: 1px solid #ccc;
	height: 2px;
}
ul {
  margin: 0 0 0 15px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
.simple {
  border: 1px solid #666;
}
tr.bottombrd td {
  border-bottom: 1px solid #ccc;
}
div.videoPlayer {
	position: absolute;
	border: 1px solid #999;
	background-color: #fff;
	padding: 20px 50px 20px 20px;
}
div.videoPlayer button {
	position: absolute;
	top: 20px;
}
