@charset "utf-8";

.trans {
	background-image: url(images/BG-white-trans.png);
	background-repeat: repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='BG-white-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/BG-white-trans.png);
}

.background {
	background-image: url(images/BG2000x1000.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.vertline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.floatright
{
float: right; margin: 0 0 10px 10px;
}
.floatleft
{
float: left;
margin: 0 12px 10px 0px;
}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #003366; font-size: 12px;}

