.mostText {
	color: #000000;
	font-family: Times, serif;
	font-size:16px;
	font-weight:bold;
}

.scroll {
	color: #FF0000;
	font-family: Times, serif;
	font-size:16px;
	font-weight:bold;
}

div#alert_top {

	position:absolute;
	top:15px;
	left:0px;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;

}

* html div#alert_top {

	top:45px;
	
}

div#alert_bottom {

	position:absolute;
	top:-60px;
	left:0px;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
}

* html div#alert_bottom {

	top:-30px;
	
}

.small {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
textarea, input, select, submit {
	font-family: Verdana, Times, serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
strong {
	color: #990000;
	font-size: 15px;
}
.myTag {
	color: #000000;
	font-size: 15px;
}

#news_flash {
  
  color:red;
  margin:10px 0;
  padding:10px 0;
  text-align:center;
  font-size:18px;
  line-height:20px;
  display:block;
  float:left;
  width:100%;
  
}

#news_flash span {
  font-size:12px;
}

