@charset "utf-8";
/* CSS Document */

.style1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #F8D10F;
}
.style2 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #C80000;
  font-weight: bold;
}
.style3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
}
.style5 {
  color: #666666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.style8 { color: #000000; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style9 { color: #008BE8; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style12 { font-size: 15px}
.style14 { font-size: 13px;	color: #FF0000;	font-weight: bold; }
.style15 { font-size: 12px}
.style16 { font-size: 13px}
.style17 { color: #FF0000; font-weight: bold; }
.style18 { font-size: 24px; font-weight: bold; }
.style19 { font-size: 20px; font-weight: bold; }
.style20 { color: #0000FF; font-size: 13px; }
.style21 { font-size: 24px; font-weight: bold; color: #0033FF; }
.style22 { font-size: 13px}
.style23 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FF6600;
}
.style24 { font-size: 15px; font-weight: bold; }
.style25 { color: #CC0000; font-size: 18px; }
.style26 { color: #FF0000 }
.style27 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}
.style28 { font-size: 12px; font-weight: bold; color: #FF0000; }
.style29 {color: #C80000; font-weight: bold; font-size: 15px;}
.style30 { font-size: 13px; color: #333333; }

a:link { color: #FF6600; text-decoration: none; }
a:visited {	text-decoration: none; color: #FF6600; }
a:hover { text-decoration: underline; color: #0066FF; }
a:active { text-decoration: none; color: #0066FF; }

#overlappopup{ /*don't change id name */
  position: absolute; /*don't change position property */
  z-index: 1000;
  background: white;
  border: 12px solid #eff3ef;
  left: 0;
  top: 0;
  visibility: hidden;
}

#marquee{
	padding:13px 5px 5px 5px;
	border:2px #00F double;
  border-radius:10px;
	font-size:20px;
  font-weight: bold;
  margin-right:15px;
  color:#F00;
  float:right;
}