@charset "utf-8";
/* CSS Document */
.blueredstrip{background-image:url(blueredstrip.png);
background-repeat:repeat-x;
}
.bbluest1{background-image:url(bluest1.png);
background-repeat:repeat-x;
}
.greyst1{background-image:url(greyst1.png);
background-repeat:repeat-x;
}
.sideblue{background-image:url(sideblue.png);
background-repeat:repeat-x;
}

.whitetext {
	color:  #FFFFFF;
	font-weight: bold;
font-size:11px;
}

.whitetext a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.whitetext a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.transbox
  {
  
  background-color: #ffffff;
 color: #FF0000;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
  }
.redtext {
	color: #FF0000;
	font-weight: bold;
font-size:11px;
}