@charset "utf-8";
.css-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	filter:alpha (opacity=100);
}
.css-sm a {
	color: #0099CC;
	text-decoration: none;
}
.page-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
   
.transparent {
	background-image: url(images/body_bg_home.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=50);
}

.parent {
	background-repeat: no-repeat;
	filter:alpha(opacity=100);
}

.textontop
{
color: luminous orange (  )
background-color: transparent;
}
.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/body_bg_home..png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/body_bg_home.png);
}
